diff --git a/.gitea/actions/create/action.yml b/.gitea/actions/create/action.yml index 7d1a989..82c0e14 100644 --- a/.gitea/actions/create/action.yml +++ b/.gitea/actions/create/action.yml @@ -18,6 +18,8 @@ inputs: runs: using: composite steps: + - run: echo '${{ toJson(gitea) }}' + shell: bash - run: | curl -s https://gitea.vecus.ru/ci/postgres-actions/raw/branch/master/.gitea/actions/create/postgres-template.yaml | envsubst | werf kubectl apply -f - werf kubectl wait --for=condition=ready pod/${POD_NAME} --timeout=600s