Skip to content

Commit

Permalink
ci: fix guard expression
Browse files Browse the repository at this point in the history
  • Loading branch information
rosado committed Jul 29, 2024
1 parent b6d9c32 commit bb0b999
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
deploy-changes:
needs: [detect-environment]
if: gihtub.ref_name = 'rosado/ci_cd_v2'
if: ${{ github.ref_name == 'rosado/ci_cd_v2' }}
uses: ./.github/workflows/deploy.yml
with:
environment: '${{ inputs.environment }}'
Expand Down

0 comments on commit bb0b999

Please sign in to comment.