[CHORE] Tweak Action Playground

This commit is contained in:
Dunemask 2024-08-25 14:48:41 -06:00
parent 0b1c4cb212
commit 16a0461d97

View file

@ -23,6 +23,8 @@ inputs:
runs: runs:
using: "composite" using: "composite"
steps: steps:
- name: Echo Env
run: env
# Set additional Envars # Set additional Envars
- name: Setting Short Commit Sha - name: Setting Short Commit Sha
run: echo SHORT_COMMIT_SHA=$(echo $GITHUB_SHA | cut -c 1-6) >> $GITHUB_ENV run: echo SHORT_COMMIT_SHA=$(echo $GITHUB_SHA | cut -c 1-6) >> $GITHUB_ENV