ci: fix public server URL
This commit is contained in:
4
.github/workflows/dependency-check.yml
vendored
4
.github/workflows/dependency-check.yml
vendored
@@ -108,7 +108,7 @@ jobs:
|
|||||||
- Update the template if needed
|
- Update the template if needed
|
||||||
- Test locally with \`cargo generate\` and \`cargo upgrade\`
|
- Test locally with \`cargo generate\` and \`cargo upgrade\`
|
||||||
|
|
||||||
**Workflow Run:** ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}"
|
**Workflow Run:** ${{ vars.PUBLIC_SERVER_URL }}/${{ github.repository }}/actions/runs/${{ github.run_id }}"
|
||||||
|
|
||||||
# Create issue via Gitea API
|
# Create issue via Gitea API
|
||||||
curl -X POST \
|
curl -X POST \
|
||||||
@@ -178,7 +178,7 @@ jobs:
|
|||||||
|
|
||||||
## Workflow Run
|
## Workflow Run
|
||||||
|
|
||||||
${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}
|
${{ vars.PUBLIC_SERVER_URL }}/${{ github.repository }}/actions/runs/${{ github.run_id }}
|
||||||
|
|
||||||
---
|
---
|
||||||
*This PR was automatically created by the dependency check workflow.*
|
*This PR was automatically created by the dependency check workflow.*
|
||||||
|
|||||||
Reference in New Issue
Block a user