We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a7576a commit 2fcd77eCopy full SHA for 2fcd77e
.github/workflows/release-please.yml
@@ -4,25 +4,9 @@ on:
4
- main
5
name: build and release-please
6
env:
7
- ACTION_NAME: deploy-cloud-functions
+ ACTION_NAME: deploy-cloud-functions
8
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
24
build:
25
- needs: [update-fork]
26
runs-on: ubuntu-latest
27
steps:
28
0 commit comments