Skip to content

Commit e1974e2

Browse files
authored
Use joelwmale/webhook-action@2.4.1
1 parent e2d5ab8 commit e1974e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
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
57-
uses: joelwmale/webhook-action@2.1.0
57+
uses: joelwmale/webhook-action@2.4.1
5858
env:
5959
BEPINEX_DISCORD_WEBHOOK: ${{ secrets.BEPINEX_DISCORD_WEBHOOK }}
6060
if: ${{ steps.info.outputs.build_type == 'BleedingEdge' && env.BEPINEX_DISCORD_WEBHOOK != null }}

0 commit comments

Comments
 (0)