We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7469d9 commit a886851Copy full SHA for a886851
.github/workflows/release.yml
@@ -93,7 +93,7 @@ jobs:
93
with:
94
github-token: ${{ secrets.FIREBASE_GITHUB_TOKEN }}
95
script: |
96
- github.repos.merge({
+ github.rest.repos.merge({
97
owner: context.repo.owner,
98
repo: context.repo.repo,
99
base: 'master',
0 commit comments