Skip to content

Commit

Permalink
missing quote
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeseibel committed Jan 20, 2021
1 parent f191963 commit 3e07dd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cicd-deploy/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ runs:
- name: Merge Flux Pull Request
shell: bash
run: |
if [[ ${{ inputs.git_repo_branch }} =~ ^(main|master)$' ]]; then
if [[ ${{ inputs.git_repo_branch }} =~ '^(main|master)$' ]]; then
echo "Visit $FLUX_PULL_URL to merge manifest branch"
else
echo "MERGING ${FLUX_PULL_URL}"
Expand Down

0 comments on commit 3e07dd1

Please sign in to comment.