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

@@ -8,16 +8,19 @@ jobs:
defaults: defaults:
run: run:
shell: bash shell: bash
steps: steps:
- name: write secret to dotenv - name: write secret to dotenv
working-directory: /usr/share/ansible-repo
run: | run: |
echo -e "nigg" echo -e "nigg"
- name: asdf2 - name: asdf2
working-directory: /usr/share/ansible-repo
run: | run: |
echo -e "asdf" > /root/gig echo -e "asdf" > /root/gig
- name: write secret to dotenv - name: write secret to dotenv
working-directory: /usr/share/ansible-repo
run: | run: |
echo -e "{{ runner.os }}" echo -e "{{ runner.os }}"