Skip to content

Commit

Permalink
fix: workflow 들여쓰기 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
Seokki-Kwon committed Oct 16, 2024
1 parent 4e0da53 commit 3fa4278
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/deploy_on_testflight.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ jobs:
build:
runs-on: macos-latest
steps:
- uses: shimataro/ssh-key-action@v2
with:
key: ${{ secrets.SSH_KEY }}
known_hosts: ${{ secrets.KNOWN_HOSTS }}
- uses: shimataro/ssh-key-action@v2
with:
key: ${{ secrets.SSH_KEY }}
known_hosts: ${{ secrets.KNOWN_HOSTS }}

- uses: actions/checkout@v2

Expand Down

0 comments on commit 3fa4278

Please sign in to comment.