Skip to content

Commit

Permalink
chore: add debug output to callable-publish (#369)
Browse files Browse the repository at this point in the history
  • Loading branch information
Racer159 authored Dec 16, 2024
1 parent 7381e20 commit 6a39c6c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/callable-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,11 @@ jobs:
fi
fi
- name: Debug Output
if: ${{ always() }}
run: uds run actions:debug-output
shell: bash

- name: Save logs
if: ${{ always() }}
run: uds run actions:save-logs
Expand Down

0 comments on commit 6a39c6c

Please sign in to comment.