Skip to content

Commit e118cee

Browse files
committed
4881: Add debug output for api action
1 parent f79632b commit e118cee

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/api-spec.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,12 @@ jobs:
6060
with:
6161
args: --fail-on-incompatible base/public/spec.yaml head/public/spec.yaml --markdown api-spec-incompatible.md
6262

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+
6369
- name: Comment PR with no changes
6470
if: steps.api-changes.outcome == 'success' && steps.api-incompatible.outcome == 'success'
6571
working-directory: head

0 commit comments

Comments
 (0)