Skip to content

Commit

Permalink
ci: Really fix set-output. (#7138)
Browse files Browse the repository at this point in the history
I accidentally left the old line in PR #7136.
  • Loading branch information
waywardmonkeys committed Feb 22, 2024
1 parent 019c064 commit 19f5e7f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,9 +89,7 @@ jobs:
- name: Get date
id: date
run: |
echo "::set-output name=date::$(date +'%Y-%m-%d')"
echo "date=$(date +'%Y-%m-%d')" >> $GITHUB_OUTPUT
run: echo "date=$(date +'%Y-%m-%d')" >> $GITHUB_OUTPUT

- uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 19f5e7f

Please sign in to comment.