Skip to content

Commit

Permalink
chore: uses incorrect path
Browse files Browse the repository at this point in the history
Signed-off-by: Case Wylie <[email protected]>
  • Loading branch information
cmwylie19 committed Mar 6, 2025
1 parent 33ad963 commit 24a02eb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pepr-excellent-examples-ironbank-amd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
matrix: ${{ steps.create-matrix.outputs.matrix }}
steps:
- name: Environment setup
uses: ./.github/ironbank-actions/setup
uses: ./.github/actions/ironbank-setup
with:
registry1Username: ${{ secrets.IRON_BANK_ROBOT_USERNAME }}
registry1Password: ${{ secrets.IRON_BANK_ROBOT_PASSWORD }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pepr-excellent-examples-ironbank-arm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
matrix: ${{ steps.create-matrix.outputs.matrix }}
steps:
- name: Environment setup
uses: ./.github/ironbank-actions/setup
uses: ./.github/actions/ironbank-setup
with:
registry1Username: ${{ secrets.IRON_BANK_ROBOT_USERNAME }}
registry1Password: ${{ secrets.IRON_BANK_ROBOT_PASSWORD }}
Expand Down

0 comments on commit 24a02eb

Please sign in to comment.