Conversation
| - name: Get commit details | ||
| if: steps.check.outputs.needs_update == 'true' && steps.existing_pr.outputs.skip != 'true' | ||
| id: commit_info | ||
| run: | |
There was a problem hiding this comment.
📝 [actionlint] reported by reviewdog 🐶
shellcheck reported issue in this script: SC2086:info:10:33: Double quote to prevent globbing and word splitting [shellcheck]
| - name: Get commit details | ||
| if: steps.check.outputs.needs_update == 'true' && steps.existing_pr.outputs.skip != 'true' | ||
| id: commit_info | ||
| run: | |
There was a problem hiding this comment.
📝 [actionlint] reported by reviewdog 🐶
shellcheck reported issue in this script: SC2086:info:11:29: Double quote to prevent globbing and word splitting [shellcheck]
| - name: Get commit details | ||
| if: steps.check.outputs.needs_update == 'true' && steps.existing_pr.outputs.skip != 'true' | ||
| id: commit_info | ||
| run: | |
There was a problem hiding this comment.
📝 [actionlint] reported by reviewdog 🐶
shellcheck reported issue in this script: SC2086:info:12:32: Double quote to prevent globbing and word splitting [shellcheck]
| - name: Get commit details | ||
| if: steps.check.outputs.needs_update == 'true' && steps.existing_pr.outputs.skip != 'true' | ||
| id: commit_info | ||
| run: | |
There was a problem hiding this comment.
📝 [actionlint] reported by reviewdog 🐶
shellcheck reported issue in this script: SC2086:info:7:24: Double quote to prevent globbing and word splitting [shellcheck]
| - name: Get commit details | ||
| if: steps.check.outputs.needs_update == 'true' && steps.existing_pr.outputs.skip != 'true' | ||
| id: commit_info | ||
| run: | |
There was a problem hiding this comment.
📝 [actionlint] reported by reviewdog 🐶
shellcheck reported issue in this script: SC2086:info:8:23: Double quote to prevent globbing and word splitting [shellcheck]
| - name: Get commit details | ||
| if: steps.check.outputs.needs_update == 'true' && steps.existing_pr.outputs.skip != 'true' | ||
| id: commit_info | ||
| run: | |
There was a problem hiding this comment.
📝 [actionlint] reported by reviewdog 🐶
shellcheck reported issue in this script: SC2086:info:9:15: Double quote to prevent globbing and word splitting [shellcheck]
| - name: Get commit details | ||
| if: steps.check.outputs.needs_update == 'true' && steps.existing_pr.outputs.skip != 'true' | ||
| id: commit_info | ||
| run: | |
There was a problem hiding this comment.
🚫 [actionlint] reported by reviewdog 🐶
shellcheck reported issue in this script: SC2129:style:7:1: Consider using { cmd1; cmd2; } >> file instead of individual redirects [shellcheck]
| if: steps.check.outputs.needs_update == 'true' | ||
| env: | ||
| GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
| run: | |
There was a problem hiding this comment.
📝 [actionlint] reported by reviewdog 🐶
shellcheck reported issue in this script: SC2016:info:7:71: Expressions don't expand in single quotes, use double quotes for that [shellcheck]
No description provided.