Update dependency-check.yml

This commit is contained in:
fa-sharp
2026-02-20 02:32:26 -05:00
parent 29dda132d8
commit a0e9e2d834

View File

@@ -111,7 +111,7 @@ jobs:
- Update the template if needed
- Test locally with \`cargo generate\` and \`cargo upgrade\`
**Workflow Run:** ${{ vars.PUBLIC_SERVER_URL }}/${{ github.repository }}/actions/runs/${{ github.run_id }}"
**Workflow Run:** ${{ vars.PUBLIC_SERVER_URL }}/${{ github.repository }}/actions/runs/${{ github.run_number }}"
# Create issue via Gitea API
curl -X POST \
@@ -181,7 +181,7 @@ jobs:
## Workflow Run
${{ vars.PUBLIC_SERVER_URL }}/${{ github.repository }}/actions/runs/${{ github.run_id }}
${{ vars.PUBLIC_SERVER_URL }}/${{ github.repository }}/actions/runs/${{ github.run_number }}
---
*This PR was automatically created by the dependency check workflow.*