From 9c786db9aec83159bdedb7322af67068f8e22f1e Mon Sep 17 00:00:00 2001 From: hogweed1 Date: Fri, 14 Nov 2025 03:01:01 +1000 Subject: [PATCH] add act_runner --- .gitea/workflows/act.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitea/workflows/act.yaml b/.gitea/workflows/act.yaml index 7cf0a63..97ba9fb 100644 --- a/.gitea/workflows/act.yaml +++ b/.gitea/workflows/act.yaml @@ -12,16 +12,19 @@ jobs: - name: write secret to dotenv working-directory: /usr/share/ansible-repo + shell: bash run: | echo -e "nigg" - name: asdf2 working-directory: /usr/share/ansible-repo + shell: bash run: | echo -e "asdf" > /root/gig - name: write secret to dotenv working-directory: /usr/share/ansible-repo + shell: bash run: | echo -e "{{ runner.os }}"