Skip to content

Commit e7ac001

Browse files
committed
Shas are not mathcing up to what shows locally
1 parent 2dd1102 commit e7ac001

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

.github/workflows/repo.yml

+1-8
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
name: Build & Test
22

33
on:
4-
push:
54
pull_request:
65
types: [opened, synchronize]
76

@@ -96,15 +95,9 @@ jobs:
9695
key: ${{ runner.os }}-node-${{ hashFiles('**/yarn.lock') }}
9796
restore-keys: |
9897
${{ runner.os }}-node-
99-
100-
- name: Set short git commit SHA
101-
id: vars
102-
run: |
103-
calculatedSha=$(git rev-parse --short ${{ github.sha }})
104-
echo "COMMIT_SHORT_SHA=$calculatedSha" >> $GITHUB_ENV
10598
10699
- name: Confirm git commit SHA output
107-
run: echo ${{ env.COMMIT_SHORT_SHA }}
100+
run: echo ${{ github.sha }}
108101

109102
- name: Prepare version for publish
110103
id: prep

0 commit comments

Comments
 (0)