Compare commits
2 Commits
463bc47b1d
...
80c77444d2
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
80c77444d2 | ||
|
|
b3e301e45a |
5
.github/workflows/dependency-check.yml
vendored
5
.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.*
|
||||||
@@ -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>"
|
||||||
|
|||||||
Reference in New Issue
Block a user