fix(deploy-static-site): quote action_path in nix eval expr to handle @ in path
This commit is contained in:
parent
8edf272e90
commit
cc2f605905
1 changed files with 1 additions and 1 deletions
|
|
@ -96,7 +96,7 @@ runs:
|
|||
shell: bash
|
||||
run: |
|
||||
nix eval --raw --impure \
|
||||
--expr "import ${{ github.action_path }}/nomad-job.nix" \
|
||||
--expr "import \"${{ github.action_path }}/nomad-job.nix\"" \
|
||||
| nomad job run -json -
|
||||
env:
|
||||
NOMAD_ADDR: ${{ inputs.nomad-addr }}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue