Skip to content

Commit 9e7888c

Browse files
committed
4881: Fix step id in if
1 parent e118cee commit 9e7888c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/api-spec.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
gh pr comment ${{ github.event.pull_request.number }} --body "✅ **No changes detected in API specification**" --create-if-none --edit-last
7676
7777
- name: Comment PR with non-breaking changes
78-
if: steps.api-.outcome == 'failure' && steps.api-incompatible.outcome == 'success'
78+
if: steps.api-changes.outcome == 'failure' && steps.api-incompatible.outcome == 'success'
7979
working-directory: head
8080
env:
8181
GH_TOKEN: ${{ github.token }}

0 commit comments

Comments
 (0)