Merge pull request 'nix fmt' (#8) from Luis-main into main
Reviewed-on: #8
This commit was merged in pull request #8.
This commit is contained in:
@@ -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.
|
||||
Also set the option `Delete pull request branch after merge by default`
|
||||
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"))
|
||||
|
||||
owner=$BOT_NAME
|
||||
package_name=ui
|
||||
package_name=$(echo -n "$GITHUB_REPOSITORY" | sed 's/\//-/g')
|
||||
package_version=$NAR_HASH
|
||||
baseurl=$GITHUB_SERVER_URL
|
||||
|
||||
|
||||
Reference in New Issue
Block a user