File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments