From 15371d23e2e379fca91dc25788a510d9487d497b Mon Sep 17 00:00:00 2001 From: Fanny Jiang Date: Thu, 4 Jan 2024 22:58:42 -0500 Subject: [PATCH] test --- .github/workflows/publish-community-operators-base.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish-community-operators-base.yml b/.github/workflows/publish-community-operators-base.yml index 524a3e270..96d31e7cc 100644 --- a/.github/workflows/publish-community-operators-base.yml +++ b/.github/workflows/publish-community-operators-base.yml @@ -35,7 +35,7 @@ jobs: echo "TARGET_GH_REPO=${{ inputs.repo }}" >> $GITHUB_ENV echo "BUNDLE_PATH=bundle" >> $GITHUB_ENV - if [[ ${{ !inputs.community_repo }} ]]; then + if [[ "${{ inputs.community_repo }}" == false ]]; then mkdir ~/.redhat echo "$REDHAT_TOKEN" > ~/.redhat/auths.json ls ~/.redhat/auths.json @@ -83,7 +83,7 @@ jobs: REDHAT_TOKEN: ${{ secrets.REDHAT_TOKEN }} shell: bash run: | - if [[ ${{ !inputs.community_repo }} ]]; then + if [[ "${{ inputs.community_repo == false}} ]]; then ls ~/.redhat/auths.json du -sh ~/.redhat/auths.json make -C ./tmp bundle-redhat