Skip to content

Commit

Permalink
Merge pull request #1396 from shogo4405/feature/update-review
Browse files Browse the repository at this point in the history
Update review workflow.
  • Loading branch information
shogo4405 authored Mar 27, 2024
2 parents a0e8bfe + 47b03ca commit 391f97c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ jobs:
runs-on: macOS-13

steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v4
- name: Select Xcode version
run: sudo xcode-select -s '/Applications/Xcode_15.0.app'
- name: bundle install
env:
DANGER_GITHUB_API_TOKEN: ${{ secrets.DANGER_GITHUB_API_TOKEN }}
DANGER_GITHUB_API_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
bundle install
bundle exec fastlane review

0 comments on commit 391f97c

Please sign in to comment.