chore: Set env variable

This commit is contained in:
Jade Ellis 2025-04-16 15:05:05 +01:00
parent 425a6c0b1a
commit ac912276a6
No known key found for this signature in database
GPG key ID: 8705A2A3EBF77BD2

View file

@ -9,4 +9,7 @@ jobs:
test: test:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: 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