Skip to content

Commit cbe80e4

Browse files
authored
Update build_deploy.yml
1 parent dc548d4 commit cbe80e4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/build_deploy.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,7 @@ jobs:
3232
- name: Get latest commit hash from reproschema-ui
3333
run: |
3434
LATEST_HASH=$(curl -s https://api.github.com/repos/ReproNim/reproschema-ui/commits/master | jq -r '.sha')
35-
echo "CHECKSUM=$LATEST_HASH" >> $GITHUB_ENV
36-
echo "${CHECKSUM}"
35+
echo "CHECKSUM=${LATEST_HASH}" >> "$GITHUB_ENV"
3736
3837
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
3938
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)