File tree Expand file tree Collapse file tree 2 files changed +1
-19
lines changed
Expand file tree Collapse file tree 2 files changed +1
-19
lines changed Original file line number Diff line number Diff line change 5656 event-type : openapi-update
5757 client-payload : " {}"
5858
59- - name : " Trigger Netlify deployment"
60- uses : joelwmale/webhook-action@2.4.1
61- env :
62- WEBHOOK_URL : ${{ secrets.NETLIFY_BOXDEV_WEBHOOK }}
63- data : " {}"
64-
65- - name : " Trigger Netlify deployment (Box.dev mirror)"
66- uses : joelwmale/webhook-action@2.4.1
67- env :
68- WEBHOOK_URL : ${{ secrets.NETLIFY_BOXDEV_MIRROR_WEBHOOK }}
69- data : " {}"
70-
7159 - name : Send Slack using Slack GHA notification
7260 uses : slackapi/slack-github-action@v1.27.0
7361 with :
@@ -113,12 +101,6 @@ jobs:
113101 FOLDER : openapi
114102 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
115103
116- - name : " Trigger Netlify deployment"
117- uses : joelwmale/webhook-action@2.4.1
118- env :
119- WEBHOOK_URL : ${{ secrets.NETLIFY_BOXDEV_STAGING_WEBHOOK }}
120- data : " {}"
121-
122104 - name : Send Slack using Slack GHA notification
123105 uses : slackapi/slack-github-action@v1.27.0
124106 with :
Original file line number Diff line number Diff line change 99 - jp
1010
1111jobs :
12- # A task that notifies Netlify of changes to the jp branch
12+ # A task that notifies other repositories of changes to the jp branch
1313 notify-from-jp :
1414 # We run this on the latest ubuntu
1515 runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments