Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
fanny-jiang committed Jan 5, 2024
1 parent b5cfd15 commit 15371d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-community-operators-base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 15371d2

Please sign in to comment.