Compare commits
2 Commits
1eff969fbf
...
a21028aa65
| Author | SHA1 | Date | |
|---|---|---|---|
| a21028aa65 | |||
| 242dbeb253 |
@@ -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