File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1919 - name : Get homeworks repository commit hash
2020 id : homeworks-hash
2121 run : |
22- HOMEWORKS_HASH=$(git ls-remote https://github.com/ap-1 /homeworks.git HEAD | cut -f1)
22+ HOMEWORKS_HASH=$(git ls-remote https://github.com/rust-stuco /homeworks.git HEAD | cut -f1)
2323 echo "hash=$HOMEWORKS_HASH" >> $GITHUB_OUTPUT
2424
2525 - name : Cache complete homework build
3232 - name : Clone homeworks repository
3333 if : steps.cache-homework-build.outputs.cache-hit != 'true'
3434 run : |
35- git clone --depth 1 https://github.com/ap-1 /homeworks.git homeworks-temp
35+ git clone --depth 1 https://github.com/rust-stuco /homeworks.git homeworks-temp
3636
3737 - name : Discover labs
3838 id : set-matrix
7272
7373 - name : Clone homeworks repository
7474 run : |
75- git clone --depth 1 https://github.com/ap-1 /homeworks.git homeworks-temp
75+ git clone --depth 1 https://github.com/rust-stuco /homeworks.git homeworks-temp
7676
7777 - name : Get lab content hash
7878 id : lab-hash
Original file line number Diff line number Diff line change 22
33set -e
44
5- HOMEWORKS_REPO=" https://github.com/ap-1 /homeworks.git"
5+ HOMEWORKS_REPO=" https://github.com/rust-stuco /homeworks.git"
66HOMEWORKS_DIR=" ./homeworks-temp"
77HW_OUTPUT_DIR=" ./hw"
88
You can’t perform that action at this time.
0 commit comments