Merge pull request 'merge-after-ci: just inline script' (#151) from Mic92-mic92 into main
This commit is contained in:
@@ -18,6 +18,9 @@ writeShellApplication {
|
||||
tea-create-pr
|
||||
];
|
||||
text = ''
|
||||
bash ${./script.sh} "$@"
|
||||
remoteName="''${1:-origin}"
|
||||
targetBranch="''${2:-main}"
|
||||
shift && shift
|
||||
tea-create-pr "$remoteName" "$targetBranch" --assignees clan-bot "$@"
|
||||
'';
|
||||
}
|
||||
|
||||
@@ -1,7 +0,0 @@
|
||||
#!/usr/bin/env bash
|
||||
set -euo pipefail
|
||||
|
||||
remoteName="${1:-origin}"
|
||||
targetBranch="${2:-main}"
|
||||
shift && shift
|
||||
tea-create-pr "$remoteName" "$targetBranch" --assignees clan-bot "$@"
|
||||
Reference in New Issue
Block a user