Skip to content

Commit

Permalink
Renames
Browse files Browse the repository at this point in the history
  • Loading branch information
kareefardi committed Apr 4, 2024
1 parent 5f43115 commit d092c07
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/action.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Test IPs
on: [push]
jobs:
Prepare-Test-Matrix:
Prepare-Tests-Matrix:
runs-on: ubuntu-latest
outputs:
test: ${{ steps.test.outputs.test }}
Expand All @@ -14,10 +14,10 @@ jobs:

Test1:
runs-on: ubuntu-latest
needs: [Prepare-Test-Matrix]
needs: [Prepare-Tests-Matrix]
steps:
- name: Check out repository code
uses: actions/checkout@v4
- name: Print Matrix
run: ${{ needs.Prepare-Test-Matrix.outputs.test }}
run: ${{ needs.Prepare-Tests-Matrix.outputs.test }}

0 comments on commit d092c07

Please sign in to comment.