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 1c77879 commit 5ea63f2Copy full SHA for 5ea63f2
README.md
@@ -34,10 +34,10 @@ jobs:
34
35
# URL to post the payload. Note that the `zitiId` must provide access to a service
36
# intercepting `my-mattermost-ziti-server`
37
- webhookUrl: 'https://{my-mattermost-ziti-server}/hook/{my-mattermost-webhook-id}}'
+ webhookUrl: http://{my-mattermost-ziti-server}/hook/{my-mattermost-webhook-id}}
38
39
eventJson: ${{ toJson(github.event) }}
40
- senderUsername: "GitHubZ"
+ senderUsername: GitHubZ
41
```
42
43
### Inputs
0 commit comments