Use env referencing

This commit is contained in:
Ottatop 2023-07-23 15:30:41 -05:00
parent 2ac741e308
commit 257462db3c

View file

@ -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 }}