From 8fdcb807b4d60b8c5823d52c5c4d0ac9d064ae40 Mon Sep 17 00:00:00 2001 From: "Chris (wolcen) Thompson" Date: Wed, 15 Oct 2025 20:07:32 -0400 Subject: [PATCH] Try gomplate --- .forgejo/workflows/test.yml | 8 +++++--- testing.template | 1 + 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/.forgejo/workflows/test.yml b/.forgejo/workflows/test.yml index 7cd2a1a..0cb9f4c 100644 --- a/.forgejo/workflows/test.yml +++ b/.forgejo/workflows/test.yml @@ -18,13 +18,15 @@ jobs: env: COMPOSER_IGNORE_PLATFORM_REQS: 1 COMPOSER_ARGS: "install --no-dev --no-progress --no-interaction --no-scripts --optimize-autoloader" + SHHH: {{secrets.SHHH}} steps: - name: checkout uses: actions/checkout@v3 - - uses: https://github.com/release-engineers/action-template@v2 + - name: Run Gomplate Action + uses: https://github.com/ammarlakis/action-gomplate@v1 with: - source: 'testing.template' - target: 'testing.md' + input_file: 'testing.template' + output_file: 'testing.md' - name: inspect environment shell: "bash --noprofile --norc -exo pipefail {0}" run: | diff --git a/testing.template b/testing.template index a8d4b78..8e0b0cb 100644 --- a/testing.template +++ b/testing.template @@ -1 +1,2 @@ {{ secrets.SHHH }} +{{ .Env.SHHH }}