Skip to content

Commit 5ea63f2

Browse files
committed
trims redundant quotes
1 parent 1c77879 commit 5ea63f2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,10 @@ jobs:
3434

3535
# URL to post the payload. Note that the `zitiId` must provide access to a service
3636
# intercepting `my-mattermost-ziti-server`
37-
webhookUrl: 'https://{my-mattermost-ziti-server}/hook/{my-mattermost-webhook-id}}'
37+
webhookUrl: http://{my-mattermost-ziti-server}/hook/{my-mattermost-webhook-id}}
3838

3939
eventJson: ${{ toJson(github.event) }}
40-
senderUsername: "GitHubZ"
40+
senderUsername: GitHubZ
4141
```
4242
4343
### Inputs

0 commit comments

Comments
 (0)