add act_runner
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 0s
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 0s
This commit is contained in:
@@ -10,14 +10,17 @@ jobs:
|
|||||||
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 }}"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user