File tree 1 file changed +4
-14
lines changed
1 file changed +4
-14
lines changed Original file line number Diff line number Diff line change @@ -53,25 +53,15 @@ jobs:
53
53
git commit -m "chore: automated service version bump"
54
54
git push -u origin master
55
55
56
- - name : Dispatch an action and get the run ID
56
+ -
uses : convictional/trigger-workflow- and[email protected]
57
57
if : ${{ steps.diff.outputs.changes == '1' }}
58
- uses : codex-/return-dispatch@v1
59
- id : dispatcher
60
58
with :
61
- token : ${{ github.token }}
62
59
owner : restorecommerce
63
60
repo : charts
64
- workflow : release.yaml
61
+ github_token : ${{ github.token }}
62
+ workflow_file_name : release.yaml
65
63
ref : master
66
-
67
- - name : Await Run ID ${{ steps.dispatcher.outputs.run_id }}
68
- if : ${{ steps.diff.outputs.changes == '1' }}
69
-
70
- with :
71
- token : ${{ github.token }}
72
- owner : restorecommerce
73
- repo : charts
74
- run_id : ${{ steps.dispatcher.outputs.run_id }}
64
+ propagate_failure : true
75
65
76
66
- uses : benc-uk/workflow-dispatch@v1
77
67
if : ${{ steps.diff.outputs.changes == '1' }}
You can’t perform that action at this time.
0 commit comments