From 6f936b30f607ff6a704fe479f237d1130eaeca4d Mon Sep 17 00:00:00 2001 From: Nhu Viet Nguyen Date: Mon, 20 Nov 2023 15:59:09 +0100 Subject: [PATCH] comply with yamllint --- .github/workflows/reusable_dockerfile_pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/reusable_dockerfile_pipeline.yml b/.github/workflows/reusable_dockerfile_pipeline.yml index 5b2c600..7e49fdb 100644 --- a/.github/workflows/reusable_dockerfile_pipeline.yml +++ b/.github/workflows/reusable_dockerfile_pipeline.yml @@ -52,7 +52,7 @@ jobs: echo "short_sha=`echo ${GITHUB_SHA} | cut -c1-8`" >> "$GITHUB_OUTPUT" # yamllint disable echo "${{ inputs.packageName }}" - + if [[ "${{ inputs.packageName }}" == "${{ github.repository }}" ]]; then # If a user submitted package name that has the naming containing # both the repository owner and repository name, we fail