Skip to content

Commit a8a13a6

Browse files
committed
try again
1 parent fced600 commit a8a13a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ jobs:
195195
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
196196

197197
- name: "Merging PR #${{ fromJson(steps.create_pr.outputs.data).number }}"
198-
if: !contains(needs.*.result, 'failure') && !contains(needs.*.result, 'cancelled')
198+
if: ${{ !contains(needs.*.result, 'failure') && !contains(needs.*.result, 'cancelled') }}
199199
uses: octokit/[email protected]
200200
with:
201201
route: PUT /repos/{owner_and_repo}/pulls/${{ fromJson(steps.create_pr.outputs.data).number }}/merge

0 commit comments

Comments
 (0)