Skip to content

Commit a886851

Browse files
authored
fix: github-script (#613)
1 parent c7469d9 commit a886851

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
with:
9494
github-token: ${{ secrets.FIREBASE_GITHUB_TOKEN }}
9595
script: |
96-
github.repos.merge({
96+
github.rest.repos.merge({
9797
owner: context.repo.owner,
9898
repo: context.repo.repo,
9999
base: 'master',

0 commit comments

Comments
 (0)