Skip to content

Commit

Permalink
Move CODEOWNERS so it has an effect (Stability-AI#66)
Browse files Browse the repository at this point in the history
* Move CODEOWNERS so it has an effect

* CI: use vars.SGM_CHECKPOINTS_PATH
  • Loading branch information
akx authored Jul 26, 2023
1 parent d0c6947 commit 75450d7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-inference.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: "Symlink checkpoints"
run: ln -s ${{secrets.SGM_CHECKPOINTS_PATH}} checkpoints
run: ln -s ${{vars.SGM_CHECKPOINTS_PATH}} checkpoints
- name: "Setup python"
uses: actions/setup-python@v4
with:
Expand Down
File renamed without changes.

0 comments on commit 75450d7

Please sign in to comment.