Compare commits
3 Commits
8c1c050ba3
...
1e9817dea2
| Author | SHA1 | Date | |
|---|---|---|---|
| 1e9817dea2 | |||
| 494067899e | |||
| b95194890d |
@@ -118,4 +118,3 @@ Also set the option `Enable Status Check` to `build / test (pull_request)`
|
|||||||
Add `merge-bot` and `ui-asset-bot` as collaborators.
|
Add `merge-bot` and `ui-asset-bot` as collaborators.
|
||||||
Also set the option `Delete pull request branch after merge by default`
|
Also set the option `Delete pull request branch after merge by default`
|
||||||
Also the the default merge style to `Rebase then create merge commit`
|
Also the the default merge style to `Rebase then create merge commit`
|
||||||
|
|
||||||
|
|||||||
@@ -32,7 +32,7 @@ tar --transform 's,^\.,assets,' -czvf "$tmpdir/assets.tar.gz" -C "$tmpdir"/resul
|
|||||||
NAR_HASH=$(nix-prefetch-url --unpack file://<(cat "$tmpdir/assets.tar.gz"))
|
NAR_HASH=$(nix-prefetch-url --unpack file://<(cat "$tmpdir/assets.tar.gz"))
|
||||||
|
|
||||||
owner=$BOT_NAME
|
owner=$BOT_NAME
|
||||||
package_name=ui
|
package_name=$(echo -n "$GITHUB_REPOSITORY" | sed 's/\//-/g')
|
||||||
package_version=$NAR_HASH
|
package_version=$NAR_HASH
|
||||||
baseurl=$GITHUB_SERVER_URL
|
baseurl=$GITHUB_SERVER_URL
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user