From 24a02eb65d030dd06b006376e6bca1978433bcd1 Mon Sep 17 00:00:00 2001 From: Case Wylie Date: Thu, 6 Mar 2025 18:28:26 -0500 Subject: [PATCH] chore: uses incorrect path Signed-off-by: Case Wylie --- .github/workflows/pepr-excellent-examples-ironbank-amd.yml | 2 +- .github/workflows/pepr-excellent-examples-ironbank-arm.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pepr-excellent-examples-ironbank-amd.yml b/.github/workflows/pepr-excellent-examples-ironbank-amd.yml index 1a816410..6b47c355 100644 --- a/.github/workflows/pepr-excellent-examples-ironbank-amd.yml +++ b/.github/workflows/pepr-excellent-examples-ironbank-amd.yml @@ -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 }} diff --git a/.github/workflows/pepr-excellent-examples-ironbank-arm.yml b/.github/workflows/pepr-excellent-examples-ironbank-arm.yml index 4a0d7d95..82074496 100644 --- a/.github/workflows/pepr-excellent-examples-ironbank-arm.yml +++ b/.github/workflows/pepr-excellent-examples-ironbank-arm.yml @@ -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 }}