mirror of
https://github.com/dathere/100.dathere.com.git
synced 2025-12-19 00:29:25 +00:00
ci: use /home/user when setting env var
This commit is contained in:
parent
be49486da4
commit
553a7a1c88
1 changed files with 1 additions and 1 deletions
2
.github/workflows/publish.yml
vendored
2
.github/workflows/publish.yml
vendored
|
|
@ -31,7 +31,7 @@ jobs:
|
|||
|
||||
- name: Add qsv to PATH
|
||||
run: |
|
||||
echo "/home/jovyan/path_files" >> $GITHUB_PATH
|
||||
echo "$HOME/path_files" >> $GITHUB_PATH
|
||||
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue