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
|
||||
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 }}"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user