We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 820e802 commit 7395403Copy full SHA for 7395403
.github/workflows/test-inference.yml
@@ -15,7 +15,7 @@ jobs:
15
steps:
16
- uses: actions/checkout@v3
17
- name: "Symlink checkpoints"
18
- run: ln -s ${{secrets.SGM_CHECKPOINTS_PATH}} checkpoints
+ run: ln -s ${{vars.SGM_CHECKPOINTS_PATH}} checkpoints
19
- name: "Setup python"
20
uses: actions/setup-python@v4
21
with:
0 commit comments