Skip to content

Commit

Permalink
use /bin/bash -c to support |
Browse files Browse the repository at this point in the history
  • Loading branch information
shem8 committed Jul 17, 2024
1 parent 5e6389f commit e6878c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion steps/04_migrate_endpoints.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ githubActions:
- cmd: |
curl -X POST -H "Content-Type: application/json" -d "{\"text\": \"New task\"}" http://localhost:8001/tasks
- cmd: |
curl localhost:8001/tasks | grep "New task"
/bin/bash -c "curl localhost:8001/tasks | grep \"New task\""
trigger:
type: github_pr_lifecycle_status
Expand Down

0 comments on commit e6878c9

Please sign in to comment.