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 e619383 commit 5f066f0Copy full SHA for 5f066f0
entrypoint.sh
@@ -32,11 +32,11 @@ then
32
echo "Pushing git commit"
33
git push -f -u origin HEAD:$INPUT_DESTINATION_HEAD_BRANCH
34
35
- echo "Creating a pull request"
+ echo "Creating a pull request if it doesn't exist"
36
gh pr create -t $INPUT_DESTINATION_HEAD_BRANCH \
37
-b $INPUT_DESTINATION_HEAD_BRANCH \
38
-B $INPUT_DESTINATION_BASE_BRANCH \
39
- -H $INPUT_DESTINATION_HEAD_BRANCH
+ -H $INPUT_DESTINATION_HEAD_BRANCH || true
40
else
41
echo "No changes detected"
42
fi
0 commit comments