Skip to content

Commit

Permalink
draft: debug statements
Browse files Browse the repository at this point in the history
  • Loading branch information
nicomiguelino committed Nov 19, 2024
1 parent 1a44651 commit b8c7c5e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/generate-openapi-schema.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,13 @@ jobs:
name: anthias-api-schema
path: anthias-api-schema.json

- name: Print Values (Debug)
run: |
echo "Release: ${{ inputs.release }}"
echo "Tag: ${{ inputs.tag }}"
echo "Commit: ${{ inputs.commit }}"
echo "Event Name: ${{ github.event_name }}"
- name: Upload the OpenAPI Schema as a release artifact
if: github.event_name == 'workflow_call' && inputs.release == true
uses: ncipollo/[email protected]
Expand Down

0 comments on commit b8c7c5e

Please sign in to comment.