Skip to content

Commit

Permalink
github Action subcommand 파라메터 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
Do-hyun-Kim authored Jan 12, 2024
1 parent 51fe63a commit 7505245
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/swift.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,19 +18,19 @@ jobs:
- name: Tuist Clean Command
uses: tuist/[email protected]
with:
subcommand: 'clean'
command: 'clean'
arguments: ''

- name: Tuist Fetch Command
uses: tuist/[email protected]
with:
subcommand: 'fetch'
command: 'fetch'
arguments: ''

- name: Tuist Generate Command
uses: tuist/[email protected]
with:
subcommand: 'generate'
command: 'generate'
arguments: ''

- name: xcode build 🛠️
Expand Down

0 comments on commit 7505245

Please sign in to comment.