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 cadc804 commit 2fab71dCopy full SHA for 2fab71d
.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