Skip to content

Commit

Permalink
ci/cd: job안에 잘못된 경로 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
Curry4182 committed Mar 21, 2024
1 parent c0a4382 commit 145472b
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 @@ -216,7 +216,7 @@ jobs:
needs.run-docker-image-on-server-1.outputs.passed == 'true' &&
needs.run-docker-image-on-server-2.outputs.passed == 'true'
outputs:
myOutputVar: ${{ steps.check-blue.is_blue_env }}
is_blue_env: ${{ steps.check-blue.is_blue_env }}
steps:
- name: Check Blue Environment
id: check-blue
Expand Down

0 comments on commit 145472b

Please sign in to comment.