Skip to content

Commit

Permalink
[ Feature ] : bundler install 및 commnet 변경 (#297)
Browse files Browse the repository at this point in the history
  • Loading branch information
TaeseongYun authored Jul 18, 2023
1 parent 0f417a6 commit a83f779
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/attandace-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,13 +101,14 @@ jobs:

- name: Run bundle install
run: |
gem install bundler
bundle config path vendor/bundle
bundle install --jobs 4 --retry 3
# working-directory: ./fastlane


- name: Fastlane debug
run: bundle exec fastlane distribute_debug "message:${{ needs.commit_message.outputs.message }}"
run: bundle exec fastlane distribute_debug "message:${{ needs.commit_message.outputs.COMMENT }}"
env:
FIREBASE_APP_ID_DEBUG: ${{ secrets.FIREBASE_APP_ID }}
# working-directory: ./fastlane

0 comments on commit a83f779

Please sign in to comment.