Skip to content

Commit

Permalink
feat: 특정 브랜치 최신 정보 가져오기
Browse files Browse the repository at this point in the history
  • Loading branch information
ezcolin2 committed Nov 16, 2024
1 parent fce594c commit 2146ed4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
REMOTE_HOST: ${{ secrets.REMOTE_DEV_IP }}
REMOTE_USER: ${{ secrets.REMOTE_USER }}
SSH_KEY: ${{ secrets.REMOTE_PRIVATE_KEY }}
BRANCH_NAME: feature-be-#173
BRANCH_NAME: "feature-be-#173"
run: |
mkdir ~/.ssh
echo "$SSH_KEY" > ~/.ssh/id_rsa
Expand Down

0 comments on commit 2146ed4

Please sign in to comment.