chore: if block

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

View file

@ -12,4 +12,5 @@ jobs:
- name: Set env - name: Set env
run: echo "GITHUB_SHA_SHORT=$(echo $GITHUB_SHA | cut -c 1-6)" >> $GITHUB_ENV run: echo "GITHUB_SHA_SHORT=$(echo $GITHUB_SHA | cut -c 1-6)" >> $GITHUB_ENV
- name: Test - name: Test
if: false
run: echo $GITHUB_SHA_SHORT run: echo $GITHUB_SHA_SHORT