1
0
mirror of synced 2025-12-22 19:34:15 -05:00

Delete git_url_example (#50220)

This commit is contained in:
Laura Coursen
2024-04-19 09:46:48 -05:00
committed by GitHub
parent 7a360b2a71
commit 69c974d14c
2 changed files with 2 additions and 6 deletions

View File

@@ -82,7 +82,7 @@ The following example uploads results from the SARIF file `temp/example-repo-js.
codeql github upload-results \
--repository=my-org/example-repo \
--ref=refs/heads/main --commit=deb275d2d5fe9a522a0b7bd8b6b6a1c939552718 \
--sarif=/temp/example-repo-js.sarif {% ifversion ghes %}--github-url={% data variables.command_line.git_url_example %} \
--sarif=/temp/example-repo-js.sarif {% ifversion ghes %}--github-url=https://HOSTNAME \
{% endif %}
```
@@ -118,7 +118,7 @@ You can make this diagnostic information available on the {% data variables.code
codeql github upload-results \
--repository=my-org/example-repo \
--ref=refs/heads/main --commit=deb275d2d5fe9a522a0b7bd8b6b6a1c939552718 \
--sarif=/temp/example-repo-js.sarif {% ifversion ghes %}--github-url={% data variables.command_line.git_url_example %} \
--sarif=/temp/example-repo-js.sarif {% ifversion ghes %}--github-url=https://HOSTNAME \
{% endif %}
```