Skip to content

Commit

Permalink
fix: test with working-directory patch of action
Browse files Browse the repository at this point in the history
  • Loading branch information
xynydev committed May 5, 2024
1 parent 1f0f5bb commit 0ad101d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-simple.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ jobs:
steps:
# the build is fully handled by the reusable github action
- name: Build Custom Image
uses: blue-build/[email protected]
working-directory: ${{ matrix.recipe.folder }}
uses: blue-build/github-action@working-directory
with:
recipe: ${{ matrix.recipe.file }}
working_directory: ${{ matrix.recipe.folder }}
cosign_private_key: ${{ secrets.SIGNING_SECRET }}
registry_token: ${{ github.token }}
pr_event_number: ${{ github.event.number }}

0 comments on commit 0ad101d

Please sign in to comment.