add act_runner
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 0s

This commit is contained in:
hogweed1
2025-11-14 02:51:32 +10:00
parent 107b7b61f9
commit 34fd6cc4bc

View File

@@ -10,14 +10,17 @@ jobs:
shell: bash
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 }}"