From a0e9e2d83449f92c76bf11b472ee6f1266eb6236 Mon Sep 17 00:00:00 2001 From: fa-sharp Date: Fri, 20 Feb 2026 02:32:26 -0500 Subject: [PATCH] Update dependency-check.yml --- .github/workflows/dependency-check.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/dependency-check.yml b/.github/workflows/dependency-check.yml index 34934b0..27582b9 100644 --- a/.github/workflows/dependency-check.yml +++ b/.github/workflows/dependency-check.yml @@ -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.*