Skip to content

Commit

Permalink
fix: debug
Browse files Browse the repository at this point in the history
  • Loading branch information
Xiphe committed Sep 6, 2022
1 parent 5b9bed0 commit fd9aeb9
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,17 @@ inputs:
runs:
using: "composite"
steps:
- name: 👀 Inspect GitHub context
shell: bash
env:
GITHUB_CONTEXT: ${{ toJson(github) }}
run: echo "$GITHUB_CONTEXT"
- name: 👀 Inspect input
shell: bash
env:
INPUTS: ${{ toJson(inputs) }}
run: echo "$INPUTS"

- name: 🗺 Prepare release
shell: bash
if: ${{ (inputs.add_config == true) }}
Expand Down

0 comments on commit fd9aeb9

Please sign in to comment.