Skip to content

Commit 124955d

Browse files
authored
Add raw tags reminding-inactive-users.md (#54506)
1 parent 2ac8efd commit 124955d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/copilot/rolling-out-github-copilot-at-scale/reminding-inactive-users.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ To use this workflow:
7979
1. Using the example below, create the workflow in the repository where you want the reminder issues to be created.
8080

8181
If you're new to {% data variables.product.prodname_actions %}, see [AUTOTITLE](/actions/writing-workflows/quickstart).
82-
1. If you want to create the issues in a repository other than the one in which the workflow is located, replace `${{ github.repository }}` in the `gh` commands with the name of the repository where you want the reminder issues to be created. For example: `octo-org/octo-repo`.
82+
1. If you want to create the issues in a repository other than the one in which the workflow is located, replace `{% raw %}${{ github.repository }}{% endraw %}` in the `gh` commands with the name of the repository where you want the reminder issues to be created. For example: `octo-org/octo-repo`.
8383

8484
### Example workflow
8585

@@ -149,7 +149,7 @@ jobs:
149149
150150
# Set the GH_TOKEN, required for the 'gh issue' commands
151151
env:
152-
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
152+
GH_TOKEN: {% raw %}${{ secrets.GITHUB_TOKEN }}{% endraw %}
153153
```
154154
155155
<!-- markdownlint-enable GHD021 -->

0 commit comments

Comments
 (0)