chore: Set env variable

This commit is contained in:
Jade Ellis
2025-04-16 15:05:05 +01:00
parent 425a6c0b1a
commit ac912276a6
+4 -1
View File
@@ -9,4 +9,7 @@ jobs:
test:
runs-on: ubuntu-latest
steps:
- run: echo "🎉 The job was automatically triggered by a ${{ github.event_name }} event."
- name: Set env
run: echo "GITHUB_SHA_SHORT=$(echo $GITHUB_SHA | cut -c 1-6)" >> $GITHUB_ENV
- name: Test
run: echo $GITHUB_SHA_SHORT