Skip to content

Commit

Permalink
set-output deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
louisroyer committed Jan 17, 2024
1 parent c3ca672 commit b75cff3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image-amf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
-
name: Get current date
id: date
run: echo "::set-output name=date::$(date +'%Y-%m-%d')"
run: echo "date=$(date +'%Y-%m-%d')" >> $GITHUB_OUTPUT
-
name: Docker meta
id: meta
Expand Down

0 comments on commit b75cff3

Please sign in to comment.