Skip to content
This repository has been archived by the owner on Oct 15, 2023. It is now read-only.

Commit

Permalink
Fixed Github Actions (merging back to branches)
Browse files Browse the repository at this point in the history
  • Loading branch information
lmbek authored Jul 13, 2023
1 parent 9d7fcb3 commit 384c42f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/LatestRelease-To-Development-Branch.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# PLEASE NOTE: This will only work if setting (workflow permissions) have been set to Read and Write permissions and github actions are allowed to create and approve pull requests
name: On-push to LatestRelease, update Development branch

on:
Expand All @@ -24,4 +25,4 @@ jobs:
run: |
git fetch origin LatestRelease # Update the LatestRelease remote tracking branch
git merge origin/LatestRelease --allow-unrelated-histories # Merge the changes from LatestRelease
git push # Push the changes to the remote repository
git push # Push the changes to the remote repository

0 comments on commit 384c42f

Please sign in to comment.