Skip to content

Commit

Permalink
CI: Fix set-output warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
Jerit3787 authored Jan 1, 2025
1 parent 275be41 commit 7faa0ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/daily_update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:

- name: Prepare commit title
id: date
run: echo "::set-output name=date::$(date +'%Y%m%d')"
run: echo "{date}=$(date +'%Y%m%d')" >> $GITHUB_OUTPUT

- name: Add & Commit to repo
uses: EndBug/[email protected]
Expand Down

0 comments on commit 7faa0ed

Please sign in to comment.