Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: Oliver Koenig <[email protected]>
  • Loading branch information
ko3n1g committed Nov 12, 2024
1 parent bfea12c commit a78a1d2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/sync_branch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,10 +87,11 @@ jobs:
- name: Parse output
run: |
DELTA="${{ needs.sync-branches-via-rebase.outputs.commit-delta }}"
DELTA=$(echo "${DELTA//<<<NEWLINE>>>/<br>}")
DELTA=$(echo "${DELTA//<<<NEWLINE>>>/\\n}")
echo "COMMIT_DELTA<<EOF" >> $GITHUB_ENV
echo "$DELTA" >> $GITHUB_ENV
echo -E "$DELTA" >> $GITHUB_ENV
echo "EOF" >> $GITHUB_ENV
- name: Add PR comment for PyLint
Expand Down

0 comments on commit a78a1d2

Please sign in to comment.