mirror of
https://github.com/denisidoro/navi.git
synced 2026-01-23 02:14:19 +00:00
Use already existing env var names
This commit is contained in:
parent
ef036c3224
commit
87f0ac0aec
3 changed files with 19 additions and 7 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
|
@ -52,8 +52,8 @@ jobs:
|
|||
uses: actions-rs/cargo@v1
|
||||
continue-on-error: false
|
||||
env:
|
||||
NAVI_CHEATS_DIRECTORY: /tmp/cheats-dir
|
||||
NAVI_CONFIG_FILE: /tmp/config-file
|
||||
NAVI_PATH: /tmp/cheats-dir
|
||||
NAVI_CONFIG: /tmp/config-file
|
||||
with:
|
||||
command: test
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue