Skip to content

Commit

Permalink
Merge pull request #7 from ty-ras/issue/1-migrate-from-deprecated-set…
Browse files Browse the repository at this point in the history
…-output

#1 Not using deprecated command to manage step ou…
  • Loading branch information
stazz authored Sep 3, 2023
2 parents aac018c + 66cea77 commit d59032b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ jobs:
run: |
set -e
echo "::set-output name=flag::$(basename '${{ matrix.dir }}')"
echo "flag=$(basename '${{ matrix.dir }}')" >> $GITHUB_OUTPUT
- id: coverage
name: Upload coverage for '${{ matrix.dir }}'
Expand Down

0 comments on commit d59032b

Please sign in to comment.