Skip to content

Commit 10df279

Browse files
akxLinearFalcon
authored andcommitted
Move CODEOWNERS so it has an effect (Stability-AI#66)
* Move CODEOWNERS so it has an effect * CI: use vars.SGM_CHECKPOINTS_PATH
1 parent 51201f7 commit 10df279

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.github/workflows/test-inference.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
steps:
1616
- uses: actions/checkout@v3
1717
- name: "Symlink checkpoints"
18-
run: ln -s ${{secrets.SGM_CHECKPOINTS_PATH}} checkpoints
18+
run: ln -s ${{vars.SGM_CHECKPOINTS_PATH}} checkpoints
1919
- name: "Setup python"
2020
uses: actions/setup-python@v4
2121
with:
File renamed without changes.

0 commit comments

Comments
 (0)