Skip to content

Commit 87967e4

Browse files
committed
ci: drop backticks from check-run summary to satisfy shellcheck SC2016
Backticks inside the single-quoted -f 'output[summary]=...' string looked like command substitution to shellcheck, tripping actionlint.
1 parent 49e6c07 commit 87967e4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/changesets-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,4 +96,4 @@ jobs:
9696
-f status=completed \
9797
-f conclusion=success \
9898
-f 'output[title]=Auto-pass for changeset release PR' \
99-
-f 'output[summary]=Required check auto-satisfied for `changeset-release/main` PRs. Full CI ran on the underlying commits before they landed on main.'
99+
-f 'output[summary]=Required check auto-satisfied for changeset-release/main PRs. Full CI ran on the underlying commits before they landed on main.'

0 commit comments

Comments
 (0)