Skip to content

Commit

Permalink
Update release-alpine.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bilalrao12 authored Oct 3, 2024
1 parent 62402c4 commit ade2683
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-alpine.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
id: checkpackagecloud
shell: bash
run: |
if [ "$SECRET" == "" && "$USERNAME" =="" ]; then
if [[ "$SECRET" == "" && "$USERNAME" =="" ]]; then
echo "secretspresent=false" >> $GITHUB_OUTPUT
else
echo "secretspresent=true" >> $GITHUB_OUTPUT
Expand Down Expand Up @@ -147,7 +147,7 @@ jobs:
id: checkdocker
shell: bash
run: |
if [ "$SECRET" == "" && "$USERNAME" =="" ]; then
if [[ "$SECRET" == "" && "$USERNAME" =="" ]]; then
echo "secretspresent=false" >> $GITHUB_OUTPUT
else
echo "secretspresent=true" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit ade2683

Please sign in to comment.