Skip to content

Commit

Permalink
fix line break
Browse files Browse the repository at this point in the history
  • Loading branch information
malmans2 committed Jun 20, 2024
1 parent cf6e3ca commit e6e3b20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/on-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
commit=$(git rev-list -1 HEAD "$fullfile")
permalinks+="\n- https://github.com/ecmwf-projects/c3s2-eqc-quality-assessment/blob/$commit/$fullfile"
done
echo "permalinks=$permalinks" >>"$GITHUB_OUTPUT"
echo "permalinks=$(echo -e "$permalinks")" >>"$GITHUB_OUTPUT"
- name: Comment PR with permalinks
uses: thollander/actions-comment-pull-request@v2
with:
Expand Down

0 comments on commit e6e3b20

Please sign in to comment.