Skip to content

Commit dc548d4

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

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build_deploy.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ jobs:
3333
run: |
3434
LATEST_HASH=$(curl -s https://api.github.com/repos/ReproNim/reproschema-ui/commits/master | jq -r '.sha')
3535
echo "CHECKSUM=$LATEST_HASH" >> $GITHUB_ENV
36+
echo "${CHECKSUM}"
3637
3738
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
3839
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)