Skip to content

Commit 0ad101d

Browse files
committed
fix: test with working-directory patch of action
1 parent 1f0f5bb commit 0ad101d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-simple.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@ jobs:
2626
steps:
2727
# the build is fully handled by the reusable github action
2828
- name: Build Custom Image
29-
uses: blue-build/[email protected]
30-
working-directory: ${{ matrix.recipe.folder }}
29+
uses: blue-build/github-action@working-directory
3130
with:
3231
recipe: ${{ matrix.recipe.file }}
32+
working_directory: ${{ matrix.recipe.folder }}
3333
cosign_private_key: ${{ secrets.SIGNING_SECRET }}
3434
registry_token: ${{ github.token }}
3535
pr_event_number: ${{ github.event.number }}

0 commit comments

Comments
 (0)