Skip to content

Commit

Permalink
Testing condithional logic.
Browse files Browse the repository at this point in the history
  • Loading branch information
zoom-jm committed Oct 23, 2024
1 parent 7211bf4 commit 94126ef
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,12 @@ inputs:
runs:
using: "composite"
steps:
- name: Print Debugging Info
shell: bash
run: |
echo "ENVs:${{ toJSON(env) }}"
echo "INPUTs:${{ toJSON(inputs) }}"
echo "VARs:${{ toJSON(vars) }}"
- name: 🗿 Creating ssh files...
run: |
mkdir -p ~/.ssh/
Expand Down

0 comments on commit 94126ef

Please sign in to comment.