Skip to content

Commit

Permalink
Links now point to the head of the branch, rather than whichever comm…
Browse files Browse the repository at this point in the history
…it the annotations were generated from
  • Loading branch information
Numynum committed Sep 2, 2024
1 parent f460f80 commit b03072e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ jobs:
remote_commit_hash=$(git rev-parse HEAD)
message="Synced to commit ${remote_commit_hash}"
cd ..
bin/annotate --inputDir=./.wow-ui-source/Interface --outputDir=./.annotations_temp/Annotations --linkPrefix="https://github.com/Gethe/wow-ui-source/blob/${remote_commit_hash}/Interface"
bin/annotate --inputDir=./.wow-ui-source/Interface --outputDir=./.annotations_temp/Annotations --linkPrefix="https://github.com/Gethe/wow-ui-source/blob/${branch}/Interface"
cd ./.annotations_temp
git config user.name "GitHub Actions"
git config user.email [email protected]
Expand Down

0 comments on commit b03072e

Please sign in to comment.