Skip to content

Commit

Permalink
Fixed quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
nsingh-branch committed Sep 20, 2023
1 parent 9b3727c commit 45801af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dependabot-merger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
await github.rest.repos.merge({
owner: context.repo.owner,
repo: context.repo.repo,
base: dependabot-combined-prs,
base: 'dependabot-combined-prs',
head: branch,
});
console.log('Merged branch ' + branch);
Expand All @@ -78,7 +78,7 @@ jobs:
owner: context.repo.owner,
repo: context.repo.repo,
title: 'Combined Dependabot PR',
head: dependabot-combined-prs,
head: 'dependabot-combined-prs',
base: baseBranch,
body: body
});
Expand Down

0 comments on commit 45801af

Please sign in to comment.