File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4444 target_branch : master-ci
4545 github_token : ${{ secrets.GITHUB_TOKEN }}
4646
47- - name : Webhook
48- if : steps.wait-for-build.outputs.conclusion == 'success'
49- uses : distributhor/workflow-webhook@v3
50- env :
51- webhook_url : " https://dev.recursion.space/webhooks/github/"
52- webhook_secret : " Y0uR5ecr3t"
47+
5348
5449 # master-ci -> dev-release
5550 sanitize :
7873 fetch-depth : 0
7974
8075 - name : Remove Bloat
76+ id : remove-bloat
8177 if : steps.wait-for-merge.outputs.conclusion == 'success'
8278 run : |
8379 git config user.name github-actions
9793
9894 git diff-index --quiet HEAD || git commit -m "Sanitize dev-release"
9995 git push origin dev-release --force
96+
97+ - name : Webhook
98+ if : steps.remove-bloat.outputs.conclusion == 'success'
99+ uses : distributhor/workflow-webhook@v3
100+ env :
101+ webhook_url : " https://dev.recursion.space/webhooks/github/"
102+ webhook_secret : " Y0uR5ecr3t"
You can’t perform that action at this time.
0 commit comments