Skip to content

Commit aeff227

Browse files
committed
Update ap-1 to rust-stuco for trigger website workflow
1 parent 97d0a0e commit aeff227

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
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
@@ -32,7 +32,7 @@ jobs:
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
@@ -72,7 +72,7 @@ jobs:
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

scripts/generate-hw.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
set -e
44

5-
HOMEWORKS_REPO="https://github.com/ap-1/homeworks.git"
5+
HOMEWORKS_REPO="https://github.com/rust-stuco/homeworks.git"
66
HOMEWORKS_DIR="./homeworks-temp"
77
HW_OUTPUT_DIR="./hw"
88

0 commit comments

Comments
 (0)