Skip to content

Commit 9cbee53

Browse files
committed
Fix yamllint errors
1 parent f5adba0 commit 9cbee53

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ jobs:
198198
with:
199199
sarif_file: ${{ steps.scan.outputs.sarif }}
200200
category: build-${{ inputs.image }}
201-
201+
202202
- name: Show all image tags for debugging
203203
run: echo "${{ steps.meta.outputs.tags }}"
204204

@@ -212,4 +212,4 @@ jobs:
212212
uses: actions/upload-artifact@v4
213213
with:
214214
name: ${{ inputs.image }}-${{ steps.meta.outputs.version }}
215-
path: ${{ inputs.image }}-${{ steps.meta.outputs.version }}.tar
215+
path: ${{ inputs.image }}-${{ steps.meta.outputs.version }}.tar

.github/workflows/openshift-certification.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,4 +62,4 @@ jobs:
6262
echo "Results for preflight-result.json:"
6363
jq '.results.failed' preflight-result.json
6464
exit 1
65-
fi
65+
fi

0 commit comments

Comments
 (0)