Skip to content

Commit 73d13d6

Browse files
committed
ci: remove set-output from unstable release workflow
1 parent 7fc1194 commit 73d13d6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/unstable.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@ jobs:
2222

2323
- name: Get current date ⌛
2424
id: date
25-
run: echo "::set-output name=date::$(date +'%Y-%m-%d')"
25+
run: echo "date=$(date +'%Y-%m-%d')" >> $GITHUB_OUTPUT
2626

2727
- name: Get commit hash ⚙️
2828
id: sha
29-
run: echo "::set-output name=sha::${GITHUB_SHA::7}"
29+
run: echo "sha=${GITHUB_SHA::7}" >> $GITHUB_OUTPUT
3030

3131
- name: Configure QEMU ⚙️
3232
uses: docker/[email protected]

0 commit comments

Comments
 (0)