From f0152a513b3979b6eaeb8887b806e0633b47f544 Mon Sep 17 00:00:00 2001 From: Valentin Afanasev Date: Tue, 5 Aug 2025 02:28:56 +0300 Subject: [PATCH] fixes1 --- .gitea/actions/create/action.yml | 4 +++- .gitignore | 1 + 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 .gitignore diff --git a/.gitea/actions/create/action.yml b/.gitea/actions/create/action.yml index 933466a..9fd0c37 100644 --- a/.gitea/actions/create/action.yml +++ b/.gitea/actions/create/action.yml @@ -2,6 +2,7 @@ name: Run pg for tests inputs: service_name: required: true + runs: using: composite env: @@ -9,4 +10,5 @@ runs: APP_NAME: ${{ inputs.service_name }} SERVICE_NAME: ${{ inputs.service_name }} steps: - run: "envsubst < postgres-template.yaml | werf kubectl apply -" + - run: | + envsubst < postgres-template.yaml | werf kubectl apply - diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..45d62d8 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +*.sw?