Skip to content

Commit c482905

Browse files
committed
fix(automerge): fix comment command in dependabot-automerge workflow
1 parent ad38e4e commit c482905

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dependabot-automerge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
- name: Auto-merge minor and patch updates
4646
if: steps.metadata.outputs.update-type == 'version-update:semver-minor' || steps.metadata.outputs.update-type == 'version-update:semver-patch'
4747
run: |
48-
gh pr comment "$PR_URL" --body "🤖 **Auto-merged by Dependabot workflow**
48+
gh pr comment "$PR_URL" --body "🤖 **Auto-merged by Dependabot workflow**"
4949
gh pr merge --auto --squash "$PR_URL"
5050
env:
5151
PR_URL: ${{ github.event.pull_request.html_url }}

0 commit comments

Comments
 (0)