Unverified Commit 6a3c883c authored by Lysandre Debut's avatar Lysandre Debut Committed by GitHub
Browse files

Fix PR number (#15231)

* Fix PR number

* Fix PR number
parent f778edb7
...@@ -38,7 +38,7 @@ jobs: ...@@ -38,7 +38,7 @@ jobs:
if: github.event.action == 'opened' || github.event.action == 'reopened' if: github.event.action == 'opened' || github.event.action == 'reopened'
with: with:
message: 'Thank you for your PR! The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/transformers/pr_$PR_NUMBER). All of your documentation changes will be reflected on that endpoint.' message: 'Thank you for your PR! The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/transformers/pr_${{ env.PR_NUMBER }}). All of your documentation changes will be reflected on that endpoint.'
GITHUB_TOKEN: ${{ env.WRITE }} GITHUB_TOKEN: ${{ env.WRITE }}
- name: Loading cache. - name: Loading cache.
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment