mirror of
https://github.com/RichieCahill/dotfiles.git
synced 2026-04-21 06:39:09 -04:00
fixing shell syntax
This commit is contained in:
2
.github/workflows/treefmt.yml
vendored
2
.github/workflows/treefmt.yml
vendored
@@ -15,4 +15,4 @@ jobs:
|
|||||||
- name: get_version
|
- name: get_version
|
||||||
run: treefmt --version
|
run: treefmt --version
|
||||||
- name: runs treefmt
|
- name: runs treefmt
|
||||||
run: treefmt --ci $( [ "${ACTIONS_RUNNER_DEBUG:-0}" = "1" ] && echo -vv )
|
run: treefmt --ci $( [ -n "$ACTIONS_RUNNER_DEBUG" ] && echo -vv )
|
||||||
Reference in New Issue
Block a user