Skip to content

Commit fb31b3c

Browse files
authored
Merge pull request #6865 from StoDevX/hawken/pods
2 parents f78b954 + 3b987e0 commit fb31b3c

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/cocoapods.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Check & Update Cocoapods
33
on:
44
pull_request_target:
55
branches:
6-
- dependabot/npm_and_yarn/**
6+
- renovate/**
77

88
permissions:
99
contents: write
@@ -14,7 +14,7 @@ jobs:
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:
@@ -29,7 +29,6 @@ jobs:
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

0 commit comments

Comments
 (0)