Skip to content

Commit

Permalink
Merge pull request #1 from nisel11/checkout-fix
Browse files Browse the repository at this point in the history
workflow: Use ref from 'branch' input in checkout
  • Loading branch information
sppidy authored Dec 27, 2024
2 parents 730c7c2 + 0aca0be commit 7b6aa48
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/mksunnyos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v3
with:
ref: ${{ github.event.inputs.branch }}

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
Expand Down

0 comments on commit 7b6aa48

Please sign in to comment.