Skip to content

Commit

Permalink
append file name
Browse files Browse the repository at this point in the history
  • Loading branch information
hellt committed Feb 6, 2025
1 parent 8868f26 commit a5f3924
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
from: "yaml"
to: "json"
- id: set-matrix
run: echo "matrix=$(cat ${{ steps.converter.outputs.result-path }})" >> $GITHUB_OUTPUT
run: echo "matrix=$(cat ${{ steps.converter.outputs.result-path }}/matrix.json )" >> $GITHUB_OUTPUT

test:
runs-on: ${{ matrix.runs-on }}
Expand Down

0 comments on commit a5f3924

Please sign in to comment.