Skip to content

Commit 995f049

Browse files
authored
Fix CI webhook
1 parent 0c2a3f1 commit 995f049

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
id: generate_changelog
5252
if: ${{ steps.info.outputs.build_type == 'BleedingEdge' }}
5353
run: |
54-
changelog=$(git --no-pager log --no-merges --pretty="format:- (\`%h\`) [%an] %s" ${{ steps.last_successful_commit.outputs.commit_hash }}..HEAD | sed ':a;N;$!ba;s/"/\"/g' | sed ':a;N;$!ba;s/\n/\\n/g')
54+
changelog=$(git --no-pager log --no-merges --pretty="format:- (\`%h\`) [%an] %s" ${{ steps.last_successful_commit.outputs.commit_hash }}..HEAD | sed ':a;N;$!ba;s/"/\\"/g' | sed ':a;N;$!ba;s/\n/\\n/g')
5555
echo "::set-output name=changelog::$changelog"
5656
- name: Notify success
5757
uses: joelwmale/webhook-action@2.4.1

0 commit comments

Comments
 (0)