ci: set path for env variables

This commit is contained in:
2025-02-23 15:19:23 -07:00
parent 3b292260a5
commit 51bb809657

View File

@@ -228,6 +228,8 @@ jobs:
- name: "🪪 .ENV Get" - name: "🪪 .ENV Get"
id: task_release_dotenv_get id: task_release_dotenv_get
uses: falti/dotenv-action@v1 uses: falti/dotenv-action@v1
with:
path: "./tvapp2/.env"
# # # #
# .ENV Print (Debug) # .ENV Print (Debug)