Skip to content

Commit 50289b0

Browse files
committed
small tweak
1 parent 4cba1cf commit 50289b0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/licensecheck.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
git push origin ${{ github.ref }} --force-with-lease
8686
echo "bad=$BAD_COMMIT" >> $GITHUB_OUTPUT
8787
echo "link=https://github.com/${{ github.repository }}/commits/${{ github.ref }}" >> $GITHUB_OUTPUT
88-
echo "msg=${{ toJSON(github.event.head_commit.message) }}" >> $GITHUB_OUTPUT
88+
echo "msg=${{ toJSON(github.event.head_commit.message) }} " >> $GITHUB_OUTPUT
8989
else
9090
BAD_BRANCH="${{ github.ref }}"
9191
echo "Removing branch $BAD_BRANCH as it contains licenses"
@@ -94,7 +94,7 @@ jobs:
9494
echo "link=https://github.com/${{ github.repository }}/branches" >> $GITHUB_OUTPUT
9595
echo "msg=" >> $GITHUB_OUTPUT
9696
fi
97-
echo "msg=${{ toJSON(github.event.head_commit.message) }} "
97+
echo "msg=${{ toJSON(github.event.head_commit.message) }}"
9898
9999
- name: Find correspondences
100100
if: ${{ steps.process-files.outputs.license_lines != '' }}

0 commit comments

Comments
 (0)