Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
klaxalk committed Aug 12, 2023
1 parent 69b0853 commit 98b37c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
token: ${{ secrets.PUSH_TOKEN }}
- id: generate
run: |
JOB_STRATEGY_MATRIX=$(./.ci/get_build_matrix.sh)
JOB_STRATEGY_MATRIX=$(./.ci/get_build_matrix.sh unstable)
echo "::set-output name=job-strategy-matrix::$JOB_STRATEGY_MATRIX"
job:
Expand Down

0 comments on commit 98b37c4

Please sign in to comment.