Skip to content

Commit

Permalink
stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
talentedmrjones committed Oct 21, 2024
1 parent 3a985bd commit 1145a47
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
1 change: 0 additions & 1 deletion .github/workflows/orchestration-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ jobs:
uses: ./.github/workflows/test.yml
with:
config: |
run: concurrent
common:
headers:
Expand Down
6 changes: 2 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,5 @@ jobs:
env:
config: ${{ inputs.config }}
steps:
- run: echo $config >> config.yml
- uses: mikefarah/yq@master
with:
cmd: yq '.' < config.yml
- run: echo $config

0 comments on commit 1145a47

Please sign in to comment.