From f55dab62f95c609a35f1f75a3ef3d17915652037 Mon Sep 17 00:00:00 2001 From: befeleme Date: Tue, 13 Sep 2022 08:09:39 +0200 Subject: [PATCH] Attempt to fix regenerating naucse --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index d2da3a1c..31eec6f0 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -37,7 +37,7 @@ jobs: git fetch origin compiled/${{ github.ref_name }} || : poetry run python -m ghp_import -m "Compiled" -b compiled/${{ github.ref_name }} --push _compiled/ curl -H 'Content-Type: application/json' \ - --data '{"repository": "https://github.com/${{ github.repository }}", "branch": "compiled"}' \ + --data '{"repository": "https://github.com/${{ github.repository }}", "branch": "compiled/${{ github.ref_name }}"}' \ https://hooks.nauc.se/trigger env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}