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 dc548d4 commit cbe80e4Copy full SHA for cbe80e4
.github/workflows/build_deploy.yml
@@ -32,8 +32,7 @@ jobs:
32
- name: Get latest commit hash from reproschema-ui
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}"
+ echo "CHECKSUM=${LATEST_HASH}" >> "$GITHUB_ENV"
37
38
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
39
- uses: actions/checkout@v4
0 commit comments