Skip to content

Commit

Permalink
use single quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
jazzsequence committed May 28, 2024
1 parent 8bbb059 commit 18d3598
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/composer-npm-diff.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- name: Debug
run: |
echo "GitHub:"
echo "${{ toJson(github) }}"
echo '${{ toJson(github) }}' | jq .
- name: NPM Lockfile Changes
uses: codepunkt/npm-lockfile-changes@main
with:
Expand Down

0 comments on commit 18d3598

Please sign in to comment.