Skip to content

Commit

Permalink
Use main branch of package-build action (#4)
Browse files Browse the repository at this point in the history
This fixes the failed builds recently
  • Loading branch information
fwilhe authored Aug 5, 2024
1 parent 2b6048b commit 2fa549c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ on:
- cron: '0 0 * * *'
jobs:
build:
uses: gardenlinux/package-build/.github/workflows/build.yml@arm-runner
uses: gardenlinux/package-build/.github/workflows/build.yml@main
with:
release: ${{ github.ref == 'refs/heads/main' }}

0 comments on commit 2fa549c

Please sign in to comment.