Skip to content

Commit

Permalink
SCALRCORE-29806 fixed test
Browse files Browse the repository at this point in the history
  • Loading branch information
volodymyrskliar committed Jan 18, 2024
1 parent 822bcdd commit 40523d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/update-app-version/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ async function draftPR () {
async function mergePR (prNumber) {
try {
const octokit = github.getOctokit(process.env.GH_TOKEN)
const createResponse = await octokit.rest.pulls.merge({
const mergeResponse = await octokit.rest.pulls.merge({
owner: github.context.repo.owner,
repo: github.context.repo.repo,
pull_number: prNumber,
Expand Down

0 comments on commit 40523d8

Please sign in to comment.