Compare commits

..

2 Commits

Author SHA1 Message Date
fa-sharp
80c77444d2 ci: fix public server URL 2026-02-20 01:48:39 -05:00
fa-sharp
b3e301e45a Update dependency-check.yml 2026-02-20 01:46:50 -05:00

View File

@@ -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.*
@@ -195,7 +195,6 @@ jobs:
with: with:
url: ${{ github.server_url }} url: ${{ github.server_url }}
token: ${{ secrets.GITHUB_TOKEN }} token: ${{ secrets.GITHUB_TOKEN }}
path: ${{ github.workspace }}/axum-template
commit-message: "chore: upgrade dependencies" commit-message: "chore: upgrade dependencies"
committer: "Dependency Bot <bot@github.actions>" committer: "Dependency Bot <bot@github.actions>"
author: "Dependency Bot <bot@github.actions>" author: "Dependency Bot <bot@github.actions>"