Skip to content

Commit 7bf72df

Browse files
committed
Replace deprecated set-output.
1 parent 012f2cb commit 7bf72df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-image-upload.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
steps:
1717
- name: Set variables
1818
id: vars
19-
run: echo "::set-output name=date_tag::$(date +%y%m%d-%H%M)"
19+
run: echo "date_tag=$(date +%y%m%d-%H%M)" >> "$GITHUB_OUTPUT"
2020

2121
build-su2:
2222
needs: [date-tag]

0 commit comments

Comments
 (0)