name: Run pg for tests inputs: service_name: required: true runs: using: composite env: POD_NAME: ${{ inputs.service_name }} APP_NAME: ${{ inputs.service_name }} SERVICE_NAME: ${{ inputs.service_name }} steps: - run: pwd shell: bash - run: ls -la shell: bash - run: | curl https://gitea.vecus.ru/ci/postgres-actions/raw/branch/master/.gitea/actions/create/postgres-template.yaml | envsubst | werf kubectl apply - shell: bash