Skip to content

Commit 19f5e7f

Browse files
ci: Really fix set-output. (#7138)
I accidentally left the old line in PR #7136.
1 parent 019c064 commit 19f5e7f

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/coverage.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -89,9 +89,7 @@ jobs:
8989
9090
- name: Get date
9191
id: date
92-
run: |
93-
echo "::set-output name=date::$(date +'%Y-%m-%d')"
94-
echo "date=$(date +'%Y-%m-%d')" >> $GITHUB_OUTPUT
92+
run: echo "date=$(date +'%Y-%m-%d')" >> $GITHUB_OUTPUT
9593

9694
- uses: actions/upload-artifact@v4
9795
with:

0 commit comments

Comments
 (0)