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 cbe80e4 commit ff9b3a2Copy full SHA for ff9b3a2
.github/workflows/build_deploy.yml
@@ -31,7 +31,7 @@ jobs:
31
# Fetch the latest commit hash
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')
+ LATEST_HASH=$(curl -s https://api.github.com/repos/ReproNim/reproschema-ui/commits/main | jq -r '.sha')
35
echo "CHECKSUM=${LATEST_HASH}" >> "$GITHUB_ENV"
36
37
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
0 commit comments