File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 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"
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 != '' }}
You can’t perform that action at this time.
0 commit comments