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 e118cee commit 9e7888cCopy full SHA for 9e7888c
.github/workflows/api-spec.yml
@@ -75,7 +75,7 @@ jobs:
75
gh pr comment ${{ github.event.pull_request.number }} --body "✅ **No changes detected in API specification**" --create-if-none --edit-last
76
77
- name: Comment PR with non-breaking changes
78
- if: steps.api-.outcome == 'failure' && steps.api-incompatible.outcome == 'success'
+ if: steps.api-changes.outcome == 'failure' && steps.api-incompatible.outcome == 'success'
79
working-directory: head
80
env:
81
GH_TOKEN: ${{ github.token }}
0 commit comments