WIP: implement clearer tagging system #18
Annotations
10 errors
Check workflow files:
.github/workflows/pr-images.yml#L93
if: condition "${{ steps.get_pr_number.outputs.result }} != \"\"" is always evaluated to true because extra characters are around ${{ }}
|
Check workflow files:
.github/workflows/pr-images.yml#L94
shellcheck reported issue in this script: SC2086:info:4:40: Double quote to prevent globbing and word splitting
|
Check workflow files:
.github/workflows/pr-images.yml#L108
if: condition "${{ steps.get_pr_number.outputs.result }} != \"\"" is always evaluated to true because extra characters are around ${{ }}
|
Check workflow files:
.github/workflows/pr-images.yml#L109
shellcheck reported issue in this script: SC2086:info:4:40: Double quote to prevent globbing and word splitting
|
Check workflow files:
.github/workflows/pr-images.yml#L224
if: condition "${{ steps.get_pr_number.outputs.result }} != \"\"" is always evaluated to true because extra characters are around ${{ }}
|
Check workflow files:
.github/workflows/pr-images.yml#L225
shellcheck reported issue in this script: SC2086:info:4:40: Double quote to prevent globbing and word splitting
|
Check workflow files:
.github/workflows/pr-images.yml#L239
if: condition "${{ steps.get_pr_number.outputs.result }} != \"\"" is always evaluated to true because extra characters are around ${{ }}
|
Check workflow files:
.github/workflows/pr-images.yml#L240
shellcheck reported issue in this script: SC2086:info:4:40: Double quote to prevent globbing and word splitting
|
Check workflow files:
.github/workflows/release-images.yml#L56
shellcheck reported issue in this script: SC2086:info:2:36: Double quote to prevent globbing and word splitting
|
Check workflow files:
.github/workflows/release-images.yml#L68
if: condition "${{ steps.get_release_tag.outputs.result }} != \"\"" is always evaluated to true because extra characters are around ${{ }}
|
Loading