We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c58359 commit b00fe5aCopy full SHA for b00fe5a
.github/workflows/test.yml
@@ -118,7 +118,7 @@ jobs:
118
119
- name: Assert versions output
120
run: exit 1
121
- if: steps.subject.outputs.versions != toJSON(fromJSON('["7.3","7.4","8.1"]'))
+ if: toJSON(fromJSON(steps.subject.outputs.versions) != toJSON(fromJSON('["7.3","7.4","8.1"]'))
122
123
- name: Assert lowest output
124
0 commit comments