Skip to content

Commit f55dab6

Browse files
befelemeencukou
authored andcommitted
Attempt to fix regenerating naucse
1 parent 4d586c2 commit f55dab6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
git fetch origin compiled/${{ github.ref_name }} || :
3838
poetry run python -m ghp_import -m "Compiled" -b compiled/${{ github.ref_name }} --push _compiled/
3939
curl -H 'Content-Type: application/json' \
40-
--data '{"repository": "https://github.com/${{ github.repository }}", "branch": "compiled"}' \
40+
--data '{"repository": "https://github.com/${{ github.repository }}", "branch": "compiled/${{ github.ref_name }}"}' \
4141
https://hooks.nauc.se/trigger
4242
env:
4343
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)