File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: Check & Update Cocoapods
33on :
44 pull_request_target :
55 branches :
6- - dependabot/npm_and_yarn /**
6+ - renovate /**
77
88permissions :
99 contents : write
1414 # Adapted from https://gist.github.com/A-Tokyo/0d811e818513fc4d3272335d2847d748
1515 name : iOS Update Cocoapods
1616 runs-on : macos-11
17- if : ${{ github.actor == 'dependabot [bot]' }}
17+ if : ${{ github.actor == 'renovate [bot]' }}
1818 steps :
1919 - uses : actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0
2020 with :
2929 bundler-cache : true
3030 - run : sudo xcode-select -s /Applications/Xcode_13.1.app
3131 - run : npm ci
32- env : {SKIP_POSTINSTALL: '1'}
3332 - run : bundle exec -- pod install --verbose
3433 working-directory : ./ios
3534 - name : push-on-podfile-change
You can’t perform that action at this time.
0 commit comments