Skip to content

Commit 5b4c18b

Browse files
pollardldCopilot
andauthored
Update .github/workflows/django.yml
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent e5282fa commit 5b4c18b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/django.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
id: set_coverage
3434
run: |
3535
COV=`coverage report --format=total`
36-
echo "::set-output name=coverage::$COV"
36+
echo "coverage=$COV" >> $GITHUB_OUTPUT
3737
# echo "$COV%"
3838
# echo "{'coverage':$COV}" > /tmp/coverage_badge.json
3939
# - name: Archive test coverage results

0 commit comments

Comments
 (0)