chore(): fixed warning

This commit is contained in:
Jerko J
2024-09-23 16:56:06 +02:00
parent 952dc66887
commit 4231d96cf0

View File

@@ -87,3 +87,5 @@ jobs:
git push origin ${{ env.BRANCH_NAME }} git push origin ${{ env.BRANCH_NAME }}
env: env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
FILE_NAME: ${{ env.FILE_NAME }}
BRANCH_NAME: ${{ env.BRANCH_NAME }}