File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed
Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 11name : mattermost-ziti-webhook
2- on :
2+ on :
33 create :
44 delete :
55 issues :
1616 runs-on : macos-latest
1717 name : POST Webhook
1818 steps :
19- - uses : openziti/ziti-webhook-action@main
20- if : github.repository_owner == 'netfoundry'
19+ -
uses :
openziti/[email protected] 20+ if : ${{ env.ZITI_MATTERMOST_WEBHOOK_URL != null }}
21+ env :
22+ ZITI_MATTERMOST_WEBHOOK_URL : ${{ secrets.ZITI_MATTERMOST_WEBHOOK_URL }}
2123 with :
2224 ziti-id : ${{ secrets.ZITI_MATTERMOST_IDENTITY }}
2325 webhook-url : ${{ secrets.ZITI_MATTERMOST_WEBHOOK_URL }}
Original file line number Diff line number Diff line change @@ -806,7 +806,7 @@ def demo(cli):
806806 name = network_name ,
807807 size = cli .config .demo .size ,
808808 version = cli .config .demo .product_version ,
809- wait = 600 )
809+ wait = 1200 )
810810 network , network_group = use_network (
811811 organization = organization ,
812812 group = cli .config .general .network_group ,
You can’t perform that action at this time.
0 commit comments