From 7e9cf9b961e89cb8788a58d0823a1208509786c5 Mon Sep 17 00:00:00 2001 From: Andreas Hnida Date: Thu, 18 Apr 2024 14:19:53 +0200 Subject: [PATCH] update file path for reading toml file --- .gitea/workflows/build-and-deploy-pipeline.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/build-and-deploy-pipeline.yaml b/.gitea/workflows/build-and-deploy-pipeline.yaml index e54a3e6..363e775 100644 --- a/.gitea/workflows/build-and-deploy-pipeline.yaml +++ b/.gitea/workflows/build-and-deploy-pipeline.yaml @@ -15,7 +15,7 @@ jobs: uses: SebRollen/toml-action@v1.2.0 id: read_toml with: - file: 'hugo.toml' + file: '/config/_default/params.toml' field: 'params.environment' - name: Echo environment