1
0
mirror of synced 2025-12-22 03:16:52 -05:00

[1st Aug] Update port forward URL for dev tunnels (#39296)

Co-authored-by: github-actions <github-actions@github.com>
This commit is contained in:
hubwriter
2023-08-01 17:30:08 +01:00
committed by GitHub
parent b9cbe21612
commit 9a8df6f9ea
5 changed files with 2 additions and 2 deletions

View File

@@ -30,7 +30,7 @@ topics:
| `CODESPACES` | Always `true` while in a codespace |
| `GIT_COMMITTER_EMAIL` | The email for the "author" field of future `git` commits. |
| `GIT_COMMITTER_NAME` | The name for the "committer" field of future `git` commits. |
| `GITHUB_CODESPACES_PORT_FORWARDING_DOMAIN`| Returns the domain of the {% data variables.product.prodname_github_codespaces %} forwarded port. For example, `preview.app.github.dev`. |
| `GITHUB_CODESPACES_PORT_FORWARDING_DOMAIN`| Returns the domain of the {% data variables.product.prodname_github_codespaces %} forwarded port. For example, `app.github.dev`. |
| `GITHUB_API_URL` | Returns the API URL. For example, `{% data variables.product.api_url_code %}`. |
| `GITHUB_GRAPHQL_URL` | Returns the GraphQL API URL. For example, `{% data variables.product.graphql_url_code %}`. |
| `GITHUB_REPOSITORY` | The owner and repository name. For example, `octocat/Hello-World`. |