diff --git a/action.yml b/action.yml index d3078be..79bf522 100644 --- a/action.yml +++ b/action.yml @@ -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) }}