Various fixes
Some checks failed
/ test (push) Failing after 15s

This commit is contained in:
Andrea Ciceri 2024-03-09 01:27:36 +01:00
parent 61f320174e
commit 8134382e88
Signed by: aciceri
SSH key fingerprint: SHA256:/AagBweyV4Hlfg9u092n8hbHwD5fcB6A3qhDiDA65Rg
4 changed files with 98 additions and 69 deletions

View file

@ -5,4 +5,17 @@ jobs:
steps:
- uses: actions/checkout@v4
- run: cat /nix/store/cscv53kqarckmbz6729ngmyxg3y53n9c-push-to-cache.sh
- run: nix-fast-build --no-nom
- run: |
curl -X 'POST' \
'https://git.aciceri.dev/api/v1/repos/aciceri/emacs/pulls' \
-H 'accept: application/json' \
-H "authorization: Basic 2c2761017ba4c8a8806670a74ef3dc2bf2cacef8 \
-H 'Content-Type: application/json' \
-d '{
"assignee": "aciceri",
"base": "master",
"body": "ciao",
"title": "ciao",
"head": "aciceri/forgejo"
}'
# - run: nix-fast-build --no-nom