Skip to content

Commit ff9b3a2

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
# Fetch the latest commit hash
3232
- name: Get latest commit hash from reproschema-ui
3333
run: |
34-
LATEST_HASH=$(curl -s https://api.github.com/repos/ReproNim/reproschema-ui/commits/master | jq -r '.sha')
34+
LATEST_HASH=$(curl -s https://api.github.com/repos/ReproNim/reproschema-ui/commits/main | jq -r '.sha')
3535
echo "CHECKSUM=${LATEST_HASH}" >> "$GITHUB_ENV"
3636
3737
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it

0 commit comments

Comments
 (0)