Skip to content

Commit

Permalink
Fix wrong output name
Browse files Browse the repository at this point in the history
  • Loading branch information
kareefardi committed Apr 17, 2024
1 parent 354d95f commit 5192ce5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ jobs:
Prepare-IPs-Matrix:
runs-on: ubuntu-latest
outputs:
test: ${{ steps.set-IPs-matrix.outputs.IPs }}
IPs: ${{ steps.set-IPs-matrix.outputs.IPs }}
steps:
- name: Check out repository code
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run_IP.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
Prepare-Tests-Matrix:
runs-on: ubuntu-latest
outputs:
test: ${{ steps.set-tests-matrix.outputs.tests }}
tests: ${{ steps.set-tests-matrix.outputs.tests }}
steps:
- name: Check out repository code
uses: actions/checkout@v4
Expand Down

0 comments on commit 5192ce5

Please sign in to comment.