Skip to content

Commit

Permalink
ISSUE-204: different syntax for yq, not -y flag needed
Browse files Browse the repository at this point in the history
  • Loading branch information
beto-aveiga committed Nov 25, 2024
1 parent c8d5c90 commit 59e1caa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/TestAcquia.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:

- name: Setup Project
run: |
yq -iy '.includes.acquia="./vendor/lullabot/drainpipe/tasks/acquia.yml"' Taskfile.yml
yq -i '.includes.acquia="./vendor/lullabot/drainpipe/tasks/acquia.yml"' Taskfile.yml
ddev config --auto
ddev start
ddev exec --raw composer config extra.drupal-scaffold.gitignore true
Expand Down

0 comments on commit 59e1caa

Please sign in to comment.