Skip to content

Commit 4ab2e70

Browse files
authored
Remove usage of ::set-output in GitHub Actions (#1422)
1 parent b470b6b commit 4ab2e70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/branch_alias.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
echo "Last tag was $TAG"
2424
ARR=(${TAG//./ })
2525
ARR[1]=$((${ARR[1]}+1))
26-
echo ::set-output name=alias::${ARR[0]}.${ARR[1]}
26+
echo "alias=${ARR[0]}.${ARR[1]}" >> $GITHUB_OUTPUT
2727
2828
- name: Checkout main repo
2929
run: |

0 commit comments

Comments
 (0)