Skip to content

Commit 2fcd77e

Browse files
authored
chore: remove update-fork job (#11)
1 parent 8a7576a commit 2fcd77e

File tree

1 file changed

+1
-17
lines changed

1 file changed

+1
-17
lines changed

.github/workflows/release-please.yml

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -4,25 +4,9 @@ on:
44
- main
55
name: build and release-please
66
env:
7-
ACTION_NAME: deploy-cloud-functions
7+
ACTION_NAME: deploy-cloud-functions
88
jobs:
9-
update-fork:
10-
runs-on: ubuntu-latest
11-
steps:
12-
- name: sync fork
13-
uses: actions/checkout@v2
14-
with:
15-
repository: google-github-actions-bot/${{env.ACTION_NAME}}
16-
token: ${{ secrets.ACTIONS_BOT_TOKEN }}
17-
- run: |-
18-
git remote add upstream https://github.com/${GITHUB_REPOSITORY}
19-
git fetch upstream
20-
git checkout main
21-
git reset --hard upstream/main
22-
git rebase upstream/main
23-
git push origin main -f
249
build:
25-
needs: [update-fork]
2610
runs-on: ubuntu-latest
2711
steps:
2812
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)