Skip to content

Commit

Permalink
fix(#10): checkout action 사용 및 작업 디렉토리 변경
Browse files Browse the repository at this point in the history
Signed-off-by: HeeRyun, Jin(qwertycvb) <[email protected]>
  • Loading branch information
SerenityS committed Mar 22, 2024
1 parent e5445b9 commit f9a4ed0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ jobs:
if: ${{ contains(github.event.head_commit.message , '#release') || contains(github.event.head_commit.message , '#patch') || github.event_name == 'workflow_dispatch' }}
name: Initialize repo & flutter
steps:
- name: Pull repo
run: cd ~/MyPIU && git checkout main && git pull -f
- name: Checkout repo
uses: actions/checkout@v4

- name: Initialize flutter
run: |
Expand Down

0 comments on commit f9a4ed0

Please sign in to comment.