Skip to content

Commit

Permalink
Don't need these quotes.
Browse files Browse the repository at this point in the history
  • Loading branch information
johnbillion committed Dec 6, 2024
1 parent b6ab509 commit 76a6edb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-plugins.yml
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ jobs:
- name: Read the plugin PR data
id: plugin-pr-data
run: | #shell
echo "pr_data='$(jq -c . plugin-pr-data.json)'" >> "$GITHUB_OUTPUT"
echo "pr_data=$(jq -c . plugin-pr-data.json)" >> "$GITHUB_OUTPUT"
- name: Debugging
run: | #shell
Expand Down

0 comments on commit 76a6edb

Please sign in to comment.