From e2b2874ab8887be98f8a8cc6a53d8e36d2ce100b Mon Sep 17 00:00:00 2001 From: Parsons Date: Sun, 28 Apr 2024 00:18:16 +0800 Subject: [PATCH] log2 --- .github/workflows/nuxtjs.yml | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/.github/workflows/nuxtjs.yml b/.github/workflows/nuxtjs.yml index e8bdd53..e5e4ed9 100644 --- a/.github/workflows/nuxtjs.yml +++ b/.github/workflows/nuxtjs.yml @@ -68,17 +68,16 @@ jobs: key: ${{ runner.os }}-nuxt-build-${{ hashFiles('dist') }} restore-keys: | ${{ runner.os }}-nuxt-build- - - name: Use variables - run: | - echo "repository variable : $REPOSITORY_VAR" - echo "organization variable : $ORGANIZATION_VAR" - echo "variable from shell environment : $env_var" - env: - REPOSITORY_VAR: ${{ vars.NUXT_PUBLIC_API_BASE_URL }} - ORGANIZATION_VAR: ${{ vars.NUXT_PUBLIC_BROKER_URL }} + - name: Use variables + env: + REPOSITORY_VAR: ${{ vars.NUXT_PUBLIC_API_BASE_URL }} + ORGANIZATION_VAR: ${{ vars.NUXT_PUBLIC_BROKER_URL }} + run: | + echo "repository variable : $REPOSITORY_VAR" + echo "organization variable : $ORGANIZATION_VAR" + echo "variable from shell environment : $env_var" - name: Install dependencies - run: ${{ steps.detect-package-manager.outputs.manager }} ${{ steps.detect-package-manager.outputs.command }} - name: Static HTML export with Nuxt run: ${{ steps.detect-package-manager.outputs.manager }} run generate