File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 88 - completed
99 branches-ignore :
1010 - master
11- - development
11+ - develop
1212
1313jobs :
1414 create-patch :
Original file line number Diff line number Diff line change 44 push :
55 branches-ignore :
66 - master
7- - development
7+ - develop
88
99jobs :
1010 create-patch :
@@ -16,14 +16,14 @@ jobs:
1616 - name : Create Patch
1717 run : |
1818 git rev-parse --abbrev-ref HEAD > .branch-name
19- git checkout development
19+ git checkout develop
2020 git checkout -b patch
2121 git merge --squash `cat .branch-name`
2222 git config --global user.email "$AUTHOR_EMAIL"
2323 git config --global user.name "$AUTHOR_NAME"
2424 git commit -m "Patch for `cat .branch-name`"
2525 PATCH_FILE=`cat .branch-name | sed 's/\//_/g'`.patch # Replace forward slash in branch name with _
26- git format-patch development ..HEAD --stdout -k > $PATCH_FILE
26+ git format-patch develop ..HEAD --stdout -k > $PATCH_FILE
2727 echo "::set-output name=PATCH_FILE::$PATCH_FILE"
2828 id : patch-creator
2929 env :
Original file line number Diff line number Diff line change 44 push :
55 branches-ignore :
66 - master
7- - development
7+ - develop
88
99jobs :
1010 test-with-mysql :
You can’t perform that action at this time.
0 commit comments