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 20faabc commit 2cfdaf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-community-operators-base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,10 +79,10 @@ jobs:
run: |
if [[ "${{ !inputs.community_repo }}" ]]; then
echo $PWD
echo ${{ github.workspace }}
ls -la $PWD
echo $PWD/tmp
ls -la $PWD/tmp
touch ${{ github.workspace }}/.redhat/auths.json
echo "$REDHAT_TOKEN" > ${{ github.workspace }}/.redhat/auths.json
echo $PWD
ls -la $PWD
Expand Down

0 comments on commit 2cfdaf6

Please sign in to comment.