Skip to content

Commit

Permalink
Update dependabot-merger.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nsingh-branch committed Sep 20, 2023
1 parent d938c82 commit b610c05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dependabot-merger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
id: create-pr
with:
script: |
const uniqueBranchName = 'dependabot-combined-prs-' + new Date().toISOString();
const uniqueBranchName = 'dependabot-combined-prs-' + Date.now().toString();
const pulls = await github.paginate('GET /repos/:owner/:repo/pulls', {
owner: context.repo.owner,
repo: context.repo.repo
Expand Down

0 comments on commit b610c05

Please sign in to comment.