Skip to content

Commit

Permalink
PRの中身を修正
Browse files Browse the repository at this point in the history
  • Loading branch information
eatski committed Aug 8, 2024
1 parent fbbcc40 commit 632257c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/prepare-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Create Pull Request
run: |
if [ $(gh pr list --head main --base production --json number --jq '. | length') -eq 0 ]; then
gh pr create --title "New PR from main to production" --body "This PR is automatically created by the script" --head main --base production
gh pr create --title "Release to Production" --body "This PR is automatically created by the Github Actions" --head main --base production
else
echo "PR already exists between main and production."
fi
Expand Down

0 comments on commit 632257c

Please sign in to comment.