Skip to content
This repository has been archived by the owner on Jun 7, 2024. It is now read-only.

Commit

Permalink
Replace set-output command with GITHUB_OUTPUT environment file
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanlangston authored Nov 28, 2023
1 parent 9b28b95 commit 0a3fe16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/DeployPages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
path: scale
- name: Set current datetime
id: set_datetime
run: echo "{datetime}={$(date +"%Y%m%d%H%M%S")}" >> $GITHUB_OUTPUT
run: echo "datetime=$(date +"%Y%m%d%H%M%S")" >> "$GITHUB_OUTPUT"
- name: Create Release
id: create_release
uses: actions/create-release@v1
Expand Down

0 comments on commit 0a3fe16

Please sign in to comment.