We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d586c2 commit f55dab6Copy full SHA for f55dab6
.github/workflows/main.yml
@@ -37,7 +37,7 @@ jobs:
37
git fetch origin compiled/${{ github.ref_name }} || :
38
poetry run python -m ghp_import -m "Compiled" -b compiled/${{ github.ref_name }} --push _compiled/
39
curl -H 'Content-Type: application/json' \
40
- --data '{"repository": "https://github.com/${{ github.repository }}", "branch": "compiled"}' \
+ --data '{"repository": "https://github.com/${{ github.repository }}", "branch": "compiled/${{ github.ref_name }}"}' \
41
https://hooks.nauc.se/trigger
42
env:
43
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments