We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ebd889 commit 7222dc8Copy full SHA for 7222dc8
.github/actions/documentation/action.yml
@@ -22,7 +22,7 @@ runs:
22
exec mdbook build --dest-dir "./book/${d}"
23
fi
24
- if: ${{ inputs.publish == 'true' }}
25
- uses: peaceiris/actions-gh-pages@v3.8.0
+ uses: peaceiris/actions-gh-pages@v3
26
with:
27
github_token: ${{ inputs.token }}
28
publish_dir: ./book
.github/workflows/prepare-release.yml
@@ -45,7 +45,7 @@ jobs:
45
46
/tmp/git-chglog $filter_tag --next-tag "${{ github.event.inputs.tag }}" -o CHANGELOG.md v4.0.0-alpha.2..
47
- name: Create Pull Request
48
- uses: peter-evans/create-pull-request@v6.0.1
+ uses: peter-evans/create-pull-request@v6
49
50
title: "${{ github.event.inputs.tag }} Changelog Bump"
51
body: "This is an automated changelog commit."
0 commit comments