We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8764467 + 768cda9 commit 42ea378Copy full SHA for 42ea378
action.yml
@@ -13,6 +13,7 @@ inputs:
13
pr-branch:
14
description: PR branch against which the PR should be created, defaults to main
15
required: false
16
+ default: main
17
update-path:
18
description: Path to directory to run the update-command. If not provided defaults to root
19
autoupdate-dependencies.sh
@@ -25,11 +25,6 @@ if [ -z "$update_command" ]; then
25
exit 1
26
fi
27
28
-if [ -z "$pr_branch" ]; then
29
- echo "pr-branch not set, falling back to `main`"
30
- pr_branch="main"
31
-fi
32
-
33
# remove optional params markers
34
update_path_value=${update_path%?}
35
if [ -n "$update_path_value" ]; then
0 commit comments