diff --git a/action.yml b/action.yml index b773638..e71fb03 100644 --- a/action.yml +++ b/action.yml @@ -23,6 +23,8 @@ inputs: runs: using: "composite" steps: + - name: Echo Env + run: env # Set additional Envars - name: Setting Short Commit Sha run: echo SHORT_COMMIT_SHA=$(echo $GITHUB_SHA | cut -c 1-6) >> $GITHUB_ENV