File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 5656 git add --all
5757 git commit -m "Commit: ${{ needs.title.outputs.title }}" -a
5858 git push --set-upstream origin ${GITHUB_SHA::8}
59- gh pr create --fill --draft -- base develop
59+ gh pr create --fill --base develop
6060 env :
6161 GITHUB_TOKEN : ${{ secrets.REGULA_GITHUB_PUSH_TOKEN }}
6262
9999 git add --all
100100 git commit -m "Commit: ${{ needs.title.outputs.title }}" -a
101101 git push --set-upstream origin ${GITHUB_SHA::8}
102- gh pr create --fill --draft -- base develop
102+ gh pr create --fill --base develop
103103 env :
104104 GITHUB_TOKEN : ${{ secrets.REGULA_GITHUB_PUSH_TOKEN }}
105105
@@ -135,7 +135,7 @@ jobs:
135135 git add --all
136136 git commit -m "Commit: ${{ needs.title.outputs.title }}" -a
137137 git push --set-upstream origin ${GITHUB_SHA::8}
138- gh pr create --fill --draft -- base develop
138+ gh pr create --fill --base develop
139139 env :
140140 GITHUB_TOKEN : ${{ secrets.REGULA_GITHUB_PUSH_TOKEN }}
141141
@@ -172,6 +172,6 @@ jobs:
172172 git add --all
173173 git commit -m "Commit: ${{ needs.title.outputs.title }}" -a
174174 git push --set-upstream origin ${GITHUB_SHA::8}
175- gh pr create --fill --draft -- base develop
175+ gh pr create --fill --base develop
176176 env :
177177 GITHUB_TOKEN : ${{ secrets.REGULA_GITHUB_PUSH_TOKEN }}
You can’t perform that action at this time.
0 commit comments