Fixes the create pr job. (#2273)
Summary: It fixes the GH action to create PR. ## Changelog Updated the GH action to v3. Pull Request resolved: https://github.com/facebook/flipper/pull/2273 Test Plan: Check the PR created by CI https://github.com/facebook/flipper/actions/runs/817306111 https://github.com/facebook/flipper/pull/2274/files Reviewed By: mweststrate Differential Revision: D28256828 Pulled By: priteshrnandgaonkar fbshipit-source-id: c8d7a09723d6a1de1d4534891428b6dbc5be6277
This commit is contained in:
committed by
Facebook GitHub Bot
parent
ac0e28a2b1
commit
5a69213dc3
2
.github/workflows/publish-pods.yml
vendored
2
.github/workflows/publish-pods.yml
vendored
@@ -114,7 +114,7 @@ jobs:
|
|||||||
git branch
|
git branch
|
||||||
|
|
||||||
- name: Create PR to Update Podfile.lock
|
- name: Create PR to Update Podfile.lock
|
||||||
uses: peter-evans/create-pull-request@v2
|
uses: peter-evans/create-pull-request@v3
|
||||||
with:
|
with:
|
||||||
title: "Automated: Update Podfile.lock"
|
title: "Automated: Update Podfile.lock"
|
||||||
body: |
|
body: |
|
||||||
|
|||||||
Reference in New Issue
Block a user