Skip to content

Commit

Permalink
Add first step to print all inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
autarch committed Dec 22, 2024
1 parent b1824d4 commit 894ab96
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,10 @@ inputs:
runs:
using: composite
steps:
- name: Show inputs
shell: bash
run: |
echo "${{ toJSON(inputs) }}"
- name: Add this action's path to PATH
shell: bash
run: echo "${{ github.action_path }}" >> $GITHUB_PATH
Expand Down

0 comments on commit 894ab96

Please sign in to comment.