Skip to content

Commit

Permalink
Merge pull request #82 from Redot-Engine/fix-create-pr
Browse files Browse the repository at this point in the history
fix: fixed inputs to create PR
  • Loading branch information
opdev1004 authored Oct 16, 2024
2 parents 28fa20c + 15ca41c commit b0d937b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/nightly-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,5 @@ jobs:
commit-message: 'Nightly Sync: Merge develop into main'
title: 'Nightly Sync: Develop to Main'
body: 'This pull request was created automatically by the nightly workflow to merge the latest changes from develop to main.'
head: develop
base: main
branch: nightly/develop-to-main
branch: develop
3 changes: 1 addition & 2 deletions .github/workflows/sync-main-develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,5 @@ jobs:
commit-message: 'Merge main to develop'
title: 'Merge main to develop'
body: 'Created by Github actions'
head: main
base: develop
branch: main-to-develop
branch: main

0 comments on commit b0d937b

Please sign in to comment.