Skip to content

Commit

Permalink
.github/workflows/main.yml: Unquoted the jq input to fix double quotes.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ambient-Impact committed May 25, 2024
1 parent 0d1839b commit 29ad790
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ jobs:
id: drupal-scaffold-config-modified
with:
cmd: |
echo '${{ steps.drupal-scaffold-config.outputs.value }}' | \
echo ${{ steps.drupal-scaffold-config.outputs.value }} | \
jq --compact-output 'del(."[web-root]/.ht.router.php")'
- name: Save updated Drupal scaffold file mapping for PHPUnit tests
Expand Down

0 comments on commit 29ad790

Please sign in to comment.