Skip to content

Commit e846a28

Browse files
authored
Upgrade ::set-output to $GITHUB_OUTPUT in github workflow. (#83)
1 parent 0818f48 commit e846a28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
env:
4848
GH_PAGES_DEPLOY: ${{ secrets.GH_PAGES_DEPLOY }}
4949
if: "${{ env.GH_PAGES_DEPLOY != '' }}"
50-
run: echo "::set-output name=defined::true"
50+
run: echo "defined=true" >> $GITHUB_OUTPUT
5151

5252
deploy:
5353
needs: [deploy-precheck]

0 commit comments

Comments
 (0)