We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent adbc6e1 commit b91a3dfCopy full SHA for b91a3df
.github/workflows/build-guides.yml
@@ -42,7 +42,7 @@ jobs:
42
- name: extract branch name
43
id: extract_branch
44
shell: bash
45
- run: echo "##[set-output name=branch;]$(echo ${GITHUB_REF#refs/heads/})"
+ run: echo "branch=$(echo ${GITHUB_REF#refs/heads/})" >> $GITHUB_OUTPUT
46
- name: deploy
47
if: github.ref == 'refs/heads/main' && github.event_name == 'push'
48
uses: peaceiris/actions-gh-pages@v3.9.3
0 commit comments