From 082471705bca6a86d33d3aeddfc9170064d2a7b3 Mon Sep 17 00:00:00 2001 From: Fanny Jiang Date: Thu, 4 Jan 2024 23:00:37 -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 e84f2bdb3..82312e184 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 }}" == false ]]; 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 }}" == false ]]; then + if [[ ${{ inputs.community_repo }} == false ]]; then ls ~/.redhat/auths.json du -sh ~/.redhat/auths.json make -C ./tmp bundle-redhat