Skip to content

Commit 7df2fe2

Browse files
committed
use webhook v2
1 parent a03c565 commit 7df2fe2

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/mattermost-ziti-webhook.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,14 @@ on:
1010
push:
1111
fork:
1212
release:
13+
workflow_dispatch:
1314

1415
jobs:
1516
mattermost-ziti-webhook:
16-
runs-on: macos-latest
17+
runs-on: ubuntu-latest
1718
name: POST Webhook
1819
steps:
19-
- uses: openziti/ziti-webhook-action@v0.1.7
20+
- uses: openziti/ziti-webhook-action@v2
2021
if: ${{ env.ZITI_MATTERMOST_WEBHOOK_URL != null }}
2122
env:
2223
ZITI_MATTERMOST_WEBHOOK_URL: ${{ secrets.ZITI_MATTERMOST_WEBHOOK_URL }}

0 commit comments

Comments
 (0)