Skip to content

Commit

Permalink
fix: cmd should be ann array
Browse files Browse the repository at this point in the history
  • Loading branch information
darmalovan committed Nov 20, 2024
1 parent ddca796 commit 0c3d45a
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 0c3d45a

Please sign in to comment.