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.
2 parents cadc804 + 2fab71d commit 9aca3abCopy full SHA for 9aca3ab
.github/workflows/release-staging.yml
@@ -20,7 +20,7 @@ jobs:
20
with:
21
github-token: ${{ secrets.GITHUB_TOKEN }}
22
script: |
23
- github.rest.repos.merge({
+ await github.rest.repos.merge({
24
owner: context.repo.owner,
25
repo: context.repo.repo,
26
base: 'release',
0 commit comments