diff --git a/.github/workflows/res-update-game.yml b/.github/workflows/res-update-game.yml index 6d5895a18f..95bd7dbee6 100644 --- a/.github/workflows/res-update-game.yml +++ b/.github/workflows/res-update-game.yml @@ -248,7 +248,7 @@ jobs: $commit_msg = $commit_msg.Trim() } - $run_url = "https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}/job/${{ github.job}}" + $run_url = "https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}" git commit -m "$commit_msg" -m "$run_url" -m "[skip changelog]" if ($LASTEXITCODE -eq 0) {