We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b614540 commit 1417cebCopy full SHA for 1417ceb
action.yml
@@ -87,10 +87,7 @@ runs:
87
git add .
88
git commit -m "operator ${{ inputs.name }}(${{ inputs.version }})" --signoff
89
git push -f
90
- PR_CMD="gh pr create --repo '${{ inputs.upstream-repo-name }}' --title 'operator ${{ inputs.name }} (${{ inputs.version }})' --body 'Added operator ${{ inputs.name }} (${{ inputs.version }})'"
91
- if [ "${{ inputs.dry-run }}" == "true" ]; then
92
- PR_CMD="${PR_CMD} --dry-run"
93
- fi
+ PR_CMD="gh pr create --draft --repo '${{ inputs.upstream-repo-name }}' --title 'operator ${{ inputs.name }} (${{ inputs.version }})' --body 'Added operator ${{ inputs.name }} (${{ inputs.version }})'"
94
eval "${PR_CMD}"
95
96
echo "🚀 Switching back to root directory"
0 commit comments