From 34fd6cc4bc031faa06da200ca40f932e7e7c87fb Mon Sep 17 00:00:00 2001 From: hogweed1 Date: Fri, 14 Nov 2025 02:51:32 +1000 Subject: [PATCH] add act_runner --- .gitea/workflows/act.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/act.yaml b/.gitea/workflows/act.yaml index 6a545eb..ec1ef70 100644 --- a/.gitea/workflows/act.yaml +++ b/.gitea/workflows/act.yaml @@ -8,16 +8,19 @@ jobs: defaults: run: shell: bash - steps: + steps: - name: write secret to dotenv + working-directory: /usr/share/ansible-repo run: | echo -e "nigg" - name: asdf2 + working-directory: /usr/share/ansible-repo run: | echo -e "asdf" > /root/gig - name: write secret to dotenv + working-directory: /usr/share/ansible-repo run: | echo -e "{{ runner.os }}"