Skip to content

Commit 1209b2e

Browse files
authored
chore: remove fork sync (#3)
1 parent 2ced379 commit 1209b2e

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

.github/workflows/release-please.yml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -8,23 +8,7 @@ env:
88
ACTION_NAME: deploy-appengine
99

1010
jobs:
11-
update-fork:
12-
runs-on: ubuntu-latest
13-
steps:
14-
- name: sync fork
15-
uses: actions/checkout@v2
16-
with:
17-
repository: google-github-actions-bot/${{env.ACTION_NAME}}
18-
token: ${{ secrets.ACTIONS_BOT_TOKEN }}
19-
- run: |-
20-
git remote add upstream https://github.com/${GITHUB_REPOSITORY}
21-
git fetch upstream
22-
git checkout main
23-
git reset --hard upstream/main
24-
git rebase upstream/main
25-
git push origin main -f
2611
build:
27-
needs: [update-fork]
2812
runs-on: ubuntu-latest
2913
steps:
3014
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)