From 94126efd31f11b701b72bd1f469bbe5b1de12a7e Mon Sep 17 00:00:00 2001 From: Jeremiah Messerer Date: Wed, 23 Oct 2024 13:52:45 -0400 Subject: [PATCH] Testing condithional logic. --- action.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/action.yml b/action.yml index c094ce1..fe1bb7f 100644 --- a/action.yml +++ b/action.yml @@ -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/