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.*