We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2cb958 commit dc548d4Copy full SHA for dc548d4
.github/workflows/build_deploy.yml
@@ -33,6 +33,7 @@ jobs:
33
run: |
34
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}"
37
38
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
39
- uses: actions/checkout@v4
0 commit comments