Skip to content

Commit 1850486

Browse files
committed
try again
1 parent c5a2e4f commit 1850486

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/emscripten.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ jobs:
2323
submodules: recursive
2424
fetch-depth: 0 # fetch full history including tags
2525

26-
- name: Checkout Steam SDK
26+
- name: Checkout Data Repo
2727
uses: actions/checkout@v6
2828
with:
29-
repository: github.com/cfrankb/cs3-data-private
29+
repository: cfrankb/cs3-data-private
3030
path: data
3131
token: ${{ secrets.CS3_REPO_TOKEN }} # Only if internal access is enabled
3232

.github/workflows/mingw32.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ jobs:
2222
submodules: recursive
2323
fetch-depth: 0 # fetch full history including tags
2424

25-
- name: Checkout Steam SDK
25+
- name: Checkout Data Repo
2626
uses: actions/checkout@v6
2727
with:
28-
repository: github.com/cfrankb/cs3-data-private
28+
repository: cfrankb/cs3-data-private
2929
path: data
3030
token: ${{ secrets.CS3_REPO_TOKEN }} # Only if internal access is enabled
3131

0 commit comments

Comments
 (0)