Skip to content

Commit b8e299e

Browse files
committed
fixed table
1 parent 24716ee commit b8e299e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/container-apps/tutorial-ci-cd-runners-jobs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ To run a self-hosted runner, you need to create a personal access token (PAT) in
263263
| `<GITHUB_PAT>` | The GitHub PAT you generated. |
264264
| `<REPO_OWNER>` | The owner of the repository you created earlier. This value is usually your GitHub username. |
265265
| `<REPO_NAME>` | The name of the repository you created earlier. This value is the same name you entered in the *Repository name* field. |
266-
| `<YOUR_REGISTRATION_TOKEN_API_URL>` | The registration token API URL in the *entrypoint.sh* file. | For example, 'https://myapi.example.com/get-token' |
266+
| `<YOUR_REGISTRATION_TOKEN_API_URL>` | The registration token API URL in the *entrypoint.sh* file. For example, 'https://myapi.example.com/get-token' |
267267
268268
## Build the GitHub Actions runner container image
269269

0 commit comments

Comments
 (0)