Skip to content

Commit

Permalink
Update swift.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kimkyuchul authored Mar 1, 2024
1 parent e1edf72 commit a346ddd
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/swift.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@ jobs:
known_hosts: ${{ secrets.KNOWN_HOSTS }}

# Config 등 파일 가져와야 할 시 사용
# - name: Bring ignored files
# uses: actions/checkout@v3
# with:
# repository: Jumak-ignored
# path: JumakS/Sources/Config
# token: ${{ secrets.ACTION_TOKEN }}
- name: Bring ignored files
uses: actions/checkout@v3
with:
repository: Jumak-iOS-ignored
path: Makgulli/Common/Resource
token: ${{ secrets.ACTION_TOKEN }}

- name: Install Fastlane
run: brew install fastlane
Expand Down

0 comments on commit a346ddd

Please sign in to comment.