mirror of
https://github.com/pinnacle-comp/pinnacle.git
synced 2025-01-18 22:26:12 +01:00
Use env referencing
This commit is contained in:
parent
2ac741e308
commit
257462db3c
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ldoc.yml
vendored
2
.github/workflows/ldoc.yml
vendored
|
@ -36,4 +36,4 @@ jobs:
|
|||
with:
|
||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
publish_dir: ./api/lua/doc/doc
|
||||
destination_dir: "$BRANCH_NAME"
|
||||
destination_dir: ${{ env.BRANCH_NAME }}
|
||||
|
|
Loading…
Reference in a new issue