Skip to content

Commit

Permalink
Merge pull request #167 from uw-it-aca/feature/data-abstraction
Browse files Browse the repository at this point in the history
deploy stage typo
  • Loading branch information
mikeseibel authored Aug 12, 2024
2 parents 070967a + c6db8b3 commit 3f42c0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ jobs:

- name: Deployment Pipeline
if: >-
contains(fromJSON('["main", "develop"'),
contains(fromJSON('["main", "develop"]'),
needs.context.outputs.git_repo_branch)
uses: uw-it-aca/actions/cicd-deploy@main
with:
Expand Down

0 comments on commit 3f42c0a

Please sign in to comment.