fix b4dcd0b: $@ needed to run command...
https://github.com/vogler/free-games-claimer/actions/runs/15238732349/job/42856083012
This commit is contained in:
parent
82d39d30b6
commit
68d6122e8c
2 changed files with 4 additions and 3 deletions
2
.github/workflows/js.yml
vendored
2
.github/workflows/js.yml
vendored
|
|
@ -29,7 +29,7 @@ jobs:
|
|||
- name: dep-size qnm (flat list as in node_modules)
|
||||
run: |
|
||||
emd() { echo "$*" | tee -a "$GITHUB_STEP_SUMMARY"; }
|
||||
cmd() { echo "\$ $*" | tee -a "$GITHUB_STEP_SUMMARY"; "$*" | tee -a "$GITHUB_STEP_SUMMARY"; }
|
||||
cmd() { echo "\$ $*" | tee -a "$GITHUB_STEP_SUMMARY"; "$@" | tee -a "$GITHUB_STEP_SUMMARY"; }
|
||||
emd '```console'
|
||||
cmd bunx --yes qnm doctor
|
||||
emd '```'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue