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 5675a00 commit 1719b0dCopy full SHA for 1719b0d
.github/workflows/pr_build.yml
@@ -68,5 +68,5 @@ jobs:
68
- name: Notify the URL of the built docs
69
uses: thollander/actions-comment-pull-request@master
70
with:
71
- message: "Please check the built documentation!!! https://python.github.io/python-docs-ja/${PR_BUILD_ID}"
+ message: 'Please check the built documentation!!! https://python.github.io/python-docs-ja/${{ env.PR_BUILD_ID }}'
72
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments