File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ jobs:
100100 steps :
101101 - name : Trigger push docker artifacts to ${{ matrix.customer.customer }}
102102 if : ${{ matrix.customer.customer_json.skip != true }}
103- uses : datavisyn/github-action-trigger-workflow@v1
103+ uses : datavisyn/github-action-trigger-workflow@v3
104104 with :
105105 owner : " datavisyn"
106106 repo : " infrastructure-k8s"
Original file line number Diff line number Diff line change @@ -167,7 +167,7 @@ jobs:
167167 CUSTOMER_FULL : ${{ matrix.customer }}
168168 shell : bash
169169 - name : trigger deployment
170- uses : datavisyn/github-action-trigger-workflow@v1
170+ uses : datavisyn/github-action-trigger-workflow@v3
171171 with :
172172 owner : " datavisyn"
173173 repo : " infrastructure-k8s"
Original file line number Diff line number Diff line change 7373 time_zone : ${{ env.TIME_ZONE }}
7474 - name : trigger deployment
7575 id : trigger-deployment
76- uses : datavisyn/github-action-trigger-workflow@v1
76+ uses : datavisyn/github-action-trigger-workflow@v3
7777 with :
7878 owner : " datavisyn"
7979 repo : " infrastructure-k8s"
Original file line number Diff line number Diff line change @@ -136,7 +136,7 @@ jobs:
136136 RELEASE_VERSION : ${{ steps.check-repository.outputs.release_version }}
137137 BRANCH_NAME : ${{ steps.check-repository.outputs.new_branch_name }}
138138 - name : trigger build
139- uses : datavisyn/github-action-trigger-workflow@v1
139+ uses : datavisyn/github-action-trigger-workflow@v3
140140 with :
141141 owner : ${{ github.repository_owner }}
142142 repo : ${{ github.event.repository.name }}
You can’t perform that action at this time.
0 commit comments