ci: temp workflow edits

This commit is contained in:
Aetherinox 2024-05-03 11:13:10 -07:00
parent daab8c9693
commit 90ab4075af
No known key found for this signature in database
GPG Key ID: CB5C4C30CD0D4028
1 changed files with 3 additions and 0 deletions

View File

@ -85,6 +85,7 @@ jobs:
- name: "🪪 .ENV Generate"
id: task_initialize_npm_env_generate
continue-on-error: true
run: |
npm run keeweb:generate
@ -94,6 +95,7 @@ jobs:
- name: "🪪 .ENV Get"
id: task_initialize_dotenv_get
continue-on-error: true
uses: falti/dotenv-action@v1
# ---------------------------------------------------------------------------------------
@ -102,6 +104,7 @@ jobs:
- name: "🪪 .ENV Read"
id: task_dotenv_debug_print
continue-on-error: true
run: |
echo "VER: ${{ steps.task_initialize_dotenv_get.outputs.VERSION }}"
echo "GUID: ${{ steps.task_initialize_dotenv_get.outputs.GUID }}"