Skip to content

Commit

Permalink
fix: remotes 오타 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
bluejoyq committed Jul 24, 2024
1 parent 1127a3e commit e4d8d01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/fb-hosting-service-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Make Last Hash
id: last
run: |
LAST_HASH=$(git rev-parse remote/origin/main:packages/service)
LAST_HASH=$(git rev-parse remotes/origin/main:packages/service)
echo "::set-output name=hash::$LAST_HASH"
- name: Make Current Hash
Expand Down

0 comments on commit e4d8d01

Please sign in to comment.