Skip to content

Commit

Permalink
chore: branch 디버깅을 위한 로그 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
bluejoyq committed Jul 24, 2024
1 parent ded1575 commit 0184307
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/fb-hosting-service-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,6 @@ jobs:

steps:
- uses: actions/checkout@v3


- name: package-folder
run: cd ./packages/service

- name: Make Last Hash
id: last
run: |
Expand All @@ -38,6 +33,8 @@ jobs:
else
echo "::set-output name=diff::false"
fi
- name: package-folder
run: cd ./packages/service
- name: Create .env file
if: steps.diff-check.outputs.diff
run: |
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/fb-hosting-service-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,12 @@ jobs:
environment: preview
steps:
- uses: actions/checkout@v3

- name: Make Last Hash
id: last
run: |
LAST_HASH=$(git rev-parse main:packages/service)
echo "::set-output name=hash::$LAST_HASH"
- run: git branch -a
- name: Make Current Hash
id: current
run: |
Expand Down

0 comments on commit 0184307

Please sign in to comment.