Skip to content

Commit

Permalink
index-resources.yml: Fix - to _ typo
Browse files Browse the repository at this point in the history
  • Loading branch information
joverlee521 committed May 16, 2024
1 parent e1a5b08 commit 9d26e68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/index-resources.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
run: |
# Assign to variable before output to ensure error exit code propagates to GH Action job
ref_matrix=$(./scripts/get-resource-index-ref-matrix)
echo "ref_matrix=$ref_matrix" | tee -a "$GITHUB_OUTPUT"
echo "ref-matrix=$ref_matrix" | tee -a "$GITHUB_OUTPUT"
rebuild-index:
needs: [build-ref-matrix]
Expand Down

0 comments on commit 9d26e68

Please sign in to comment.