We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a03c565 + 18b711b commit 1600e7aCopy full SHA for 1600e7a
1 file changed
.github/workflows/mattermost-ziti-webhook.yml
@@ -10,13 +10,14 @@ on:
10
push:
11
fork:
12
release:
13
+ workflow_dispatch:
14
15
jobs:
16
mattermost-ziti-webhook:
- runs-on: macos-latest
17
+ runs-on: ubuntu-latest
18
name: POST Webhook
19
steps:
- - uses: openziti/ziti-webhook-action@v0.1.7
20
+ - uses: openziti/ziti-webhook-action@v2
21
if: ${{ env.ZITI_MATTERMOST_WEBHOOK_URL != null }}
22
env:
23
ZITI_MATTERMOST_WEBHOOK_URL: ${{ secrets.ZITI_MATTERMOST_WEBHOOK_URL }}
0 commit comments