ci: fix public server URL

This commit is contained in:
fa-sharp
2026-02-20 01:48:39 -05:00
parent b3e301e45a
commit 80c77444d2

View File

@@ -108,7 +108,7 @@ jobs:
- Update the template if needed
- 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
curl -X POST \
@@ -178,7 +178,7 @@ jobs:
## 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.*