Skip to content

Commit

Permalink
Update generate-current-manifests.yml with --title and --body text
Browse files Browse the repository at this point in the history
whereas there was none before
  • Loading branch information
MasterPastures authored Sep 27, 2024
1 parent bf3af0a commit bea77bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/generate-current-manifests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,6 @@ jobs:
git config --local user.email "$GITHUB_ACTOR@users.noreply.github.com"
git add --all
git commit -m "GitHub Action: generate latest manifests" || echo "No changes to commit"
gh pr create --title --body --base main --head new-branch
gh pr create --title "Review changes to generate-current-manifests.yml" --body "Merge if all looks well" --base main --head new-branch
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit bea77bf

Please sign in to comment.