Skip to content

Commit

Permalink
fix quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
malmans2 committed Jun 20, 2024
1 parent 6598ee2 commit a32cb04
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/on-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ jobs:
permalinks="<ul>"
for fullfile in ${ALL_CHANGED_FILES}; do
commit=$(git rev-list -1 HEAD "$fullfile")
permalinks+="<li>https://github.com/ecmwf-projects/c3s2-eqc-quality-assessment/blob/$commit/$fullfile</li>"
url=https://github.com/ecmwf-projects/c3s2-eqc-quality-assessment/blob/$commit/$fullfile
permalinks+="<li><a href=\"$url\">$url</a></li>"
done
permalinks+="</ul>"
echo "permalinks=$permalinks" >>"$GITHUB_OUTPUT"
Expand Down

0 comments on commit a32cb04

Please sign in to comment.