Skip to content

Commit

Permalink
Fix "invalid value workflow reference: no version specified"
Browse files Browse the repository at this point in the history
  • Loading branch information
socheatsok78 committed May 2, 2024
1 parent 8939af0 commit 15ddde8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
shell: bash

canonical:
uses: .github/workflows/build.yml
uses: .github/workflows/build.yml@main
needs: generate-canonical
strategy:
matrix: ${{fromJson(needs.generate-canonical.outputs.matrix)}}
Expand All @@ -65,7 +65,7 @@ jobs:
secrets: inherit

versioned:
uses: .github/workflows/build.yml
uses: .github/workflows/build.yml@main
needs: generate
strategy:
matrix: ${{fromJson(needs.generate.outputs.matrix)}}
Expand Down

0 comments on commit 15ddde8

Please sign in to comment.