.forgejo workflow: yaml syntax for multiline actions [WIP]
Some checks failed
CI / smoke-test (push) Failing after 24s
Some checks failed
CI / smoke-test (push) Failing after 24s
This commit is contained in:
parent
c698764e59
commit
a021189b32
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@ jobs:
|
|||
runs-on: host
|
||||
steps:
|
||||
- name: Setup PATH
|
||||
run:
|
||||
run: |
|
||||
echo "/nix/var/nix/profiles/default/bin" >> $GITHUB_PATH
|
||||
echo "/var/lib/forgejo-runner/.nix-profile/bin" >> $GITHUB_PATH
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue