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 f79632b commit e118ceeCopy full SHA for e118cee
.github/workflows/api-spec.yml
@@ -60,6 +60,12 @@ jobs:
60
with:
61
args: --fail-on-incompatible base/public/spec.yaml head/public/spec.yaml --markdown api-spec-incompatible.md
62
63
+ - name: Debug outcomes
64
+ if: always()
65
+ run: |
66
+ echo "api-changes outcome: ${{ steps.api-changes.outcome }}"
67
+ echo "api-incompatible outcome: ${{ steps.api-incompatible.outcome }}"
68
+
69
- name: Comment PR with no changes
70
if: steps.api-changes.outcome == 'success' && steps.api-incompatible.outcome == 'success'
71
working-directory: head
0 commit comments