File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 5959 update-snapshots :
6060 runs-on : ubuntu-latest
6161 needs : test-data
62- if : needs.test-data.outputs.tests-passed == ' false'
62+ if : needs.test-data.outputs.tests-passed == false
6363 outputs :
6464 tests-passed : ${{ steps.retest.outcome == 'success' }}
6565
@@ -110,7 +110,7 @@ jobs:
110110 create-success-pr :
111111 runs-on : ubuntu-latest
112112 needs : [test-data, update-snapshots]
113- if : needs.update-snapshots.outputs.tests-passed == ' true'
113+ if : needs.update-snapshots.outputs.tests-passed == true
114114
115115 steps :
116116 - name : Create Pull Request
@@ -134,7 +134,7 @@ jobs:
134134 create-failure-pr-and-issue :
135135 runs-on : ubuntu-latest
136136 needs : [test-data, update-snapshots]
137- if : needs.update-snapshots.outputs.tests-passed == ' false'
137+ if : needs.update-snapshots.outputs.tests-passed == false
138138
139139 steps :
140140 - name : Create issue for failed tests
You can’t perform that action at this time.
0 commit comments