Skip to content

Commit

Permalink
[BE] fix: not found action.yml 이슈 해결 (#24)
Browse files Browse the repository at this point in the history
Signed-off-by: EunJiJung <[email protected]>
  • Loading branch information
bianbbc87 committed Feb 4, 2025
1 parent 0f075a8 commit 0f120d3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/be-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,10 @@ jobs:
if: ${{ needs.check-folder-change.outputs.msa_discovery_changed == 'true' }}
runs-on: ubuntu-latest
steps:
# 레포 가져오기
- name: Checkout repository
uses: actions/checkout@v3

- name: Build & Push MSA Discovery
uses: ./.github/actions/ecr-push
with:
Expand Down

0 comments on commit 0f120d3

Please sign in to comment.