WIP: implement clearer tagging system #17
Annotations
10 errors
actionlint:
.github/workflows/pr-images.yml#L96
if: condition "${{ steps.get_pr_number.outputs.result }} != \"\"" is always evaluated to true because extra characters are around ${{ }}
|
actionlint:
.github/workflows/pr-images.yml#L97
shellcheck reported issue in this script: SC2086:info:4:40: Double quote to prevent globbing and word splitting
|
actionlint:
.github/workflows/pr-images.yml#L111
if: condition "${{ steps.get_pr_number.outputs.result }} != \"\"" is always evaluated to true because extra characters are around ${{ }}
|
actionlint:
.github/workflows/pr-images.yml#L112
shellcheck reported issue in this script: SC2086:info:4:40: Double quote to prevent globbing and word splitting
|
actionlint:
.github/workflows/pr-images.yml#L227
if: condition "${{ steps.get_pr_number.outputs.result }} != \"\"" is always evaluated to true because extra characters are around ${{ }}
|
actionlint:
.github/workflows/pr-images.yml#L228
shellcheck reported issue in this script: SC2086:info:4:40: Double quote to prevent globbing and word splitting
|
actionlint:
.github/workflows/pr-images.yml#L242
if: condition "${{ steps.get_pr_number.outputs.result }} != \"\"" is always evaluated to true because extra characters are around ${{ }}
|
actionlint:
.github/workflows/pr-images.yml#L243
shellcheck reported issue in this script: SC2086:info:4:40: Double quote to prevent globbing and word splitting
|
actionlint:
.github/workflows/release-images.yml#L56
shellcheck reported issue in this script: SC2086:info:2:36: Double quote to prevent globbing and word splitting
|
actionlint:
.github/workflows/release-images.yml#L68
if: condition "${{ steps.get_release_tag.outputs.result }} != \"\"" is always evaluated to true because extra characters are around ${{ }}
|