Loading .github/workflows/npm-publish.yml +2 −2 Original line number Diff line number Diff line Loading @@ -58,7 +58,7 @@ jobs: - name: Print specific environment variables from 'test' environment run: | echo "DO_SPACES_ENDPOINT=${{ vars.DO_SPACES_ENDPOINT }}" echo ${{vars}} for var in $(compgen -v | grep '^vars_'); do key="${var#vars_}" value="${!var}" echo "$key = '$value'" >> ".env" done | node -e "console.log(process.env)" Loading
.github/workflows/npm-publish.yml +2 −2 Original line number Diff line number Diff line Loading @@ -58,7 +58,7 @@ jobs: - name: Print specific environment variables from 'test' environment run: | echo "DO_SPACES_ENDPOINT=${{ vars.DO_SPACES_ENDPOINT }}" echo ${{vars}} for var in $(compgen -v | grep '^vars_'); do key="${var#vars_}" value="${!var}" echo "$key = '$value'" >> ".env" done | node -e "console.log(process.env)"