Skip to content

Commit

Permalink
Merge pull request #3 from trywilco/fix/cmd-array
Browse files Browse the repository at this point in the history
fix: cmd should be an array
  • Loading branch information
darmalovan authored Nov 20, 2024
2 parents ddca796 + 0c3d45a commit 542c69e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion steps/bash_script.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,5 @@ trigger:
githubActions:
backend:
testFile: "check.js"
cmd: "bash ${testFile}"
cmd:
- "bash ${testFile}"

0 comments on commit 542c69e

Please sign in to comment.