We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2d5ab8 commit e1974e2Copy full SHA for e1974e2
.github/workflows/build.yml
@@ -54,7 +54,7 @@ jobs:
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')
55
echo "::set-output name=changelog::$changelog"
56
- name: Notify success
57
- uses: joelwmale/webhook-action@2.1.0
+ uses: joelwmale/webhook-action@2.4.1
58
env:
59
BEPINEX_DISCORD_WEBHOOK: ${{ secrets.BEPINEX_DISCORD_WEBHOOK }}
60
if: ${{ steps.info.outputs.build_type == 'BleedingEdge' && env.BEPINEX_DISCORD_WEBHOOK != null }}
0 commit comments