From 6a3c883c8bfb5a541dbdb7ed7463ebb57ff23506 Mon Sep 17 00:00:00 2001 From: Lysandre Debut Date: Wed, 19 Jan 2022 11:00:16 -0500 Subject: [PATCH] Fix PR number (#15231) * Fix PR number * Fix PR number --- .github/workflows/build_dev_documentation.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_dev_documentation.yml b/.github/workflows/build_dev_documentation.yml index cb8fa5d6dd..e7e5efb845 100644 --- a/.github/workflows/build_dev_documentation.yml +++ b/.github/workflows/build_dev_documentation.yml @@ -38,7 +38,7 @@ jobs: if: github.event.action == 'opened' || github.event.action == 'reopened' 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 }} - name: Loading cache.