We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c2a3f1 commit 995f049Copy full SHA for 995f049
1 file changed
.github/workflows/build.yml
@@ -51,7 +51,7 @@ jobs:
51
id: generate_changelog
52
if: ${{ steps.info.outputs.build_type == 'BleedingEdge' }}
53
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')
+ 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')
55
echo "::set-output name=changelog::$changelog"
56
- name: Notify success
57
uses: joelwmale/webhook-action@2.4.1
0 commit comments