Skip to content

Commit 5c51e49

Browse files
jongwooodekobon
authored andcommitted
Replace deprecated command with environment file
Signed-off-by: jongwooo <[email protected]>
1 parent cd81f96 commit 5c51e49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939

4040
- name: Get current date
4141
id: date
42-
run: echo "::set-output name=date::$(date +'%Y%m%d')"
42+
run: echo "date=$(date +'%Y%m%d')" >> $GITHUB_OUTPUT
4343
- name: Configure Github Package Registry
4444
run: echo ${{ secrets.GITHUB_TOKEN }} | docker login docker.pkg.github.com -u $GITHUB_ACTOR --password-stdin
4545
- name: Install dependencies

0 commit comments

Comments
 (0)