Skip to content

Commit

Permalink
Merge pull request #10 from 1Password/comment-git-rebase-command
Browse files Browse the repository at this point in the history
Add git rebase command to PR comment
  • Loading branch information
florisvdg authored Feb 12, 2024
2 parents 04f4a87 + 908e834 commit ed2885f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ inputs:
comment:
description: The comment to place in the PR
default: |
⚠️ This PR contains unsigned commits. To get your PR merged, please sign those commits (`git commit -S --amend --no-edit`) and force push them to this branch (`git push --force-with-lease`).
⚠️ This PR contains unsigned commits. To get your PR merged, please sign those commits (`git rebase --exec 'git commit -S --amend --no-edit -n' @{upstream}`) and force push them to this branch (`git push --force-with-lease`).
If you're new to commit signing, there are different ways to set it up:
Expand Down

0 comments on commit ed2885f

Please sign in to comment.