add act_runner
This commit is contained in:
@@ -12,16 +12,19 @@ jobs:
|
|||||||
|
|
||||||
- name: write secret to dotenv
|
- name: write secret to dotenv
|
||||||
working-directory: /usr/share/ansible-repo
|
working-directory: /usr/share/ansible-repo
|
||||||
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
echo -e "nigg"
|
echo -e "nigg"
|
||||||
|
|
||||||
- name: asdf2
|
- name: asdf2
|
||||||
working-directory: /usr/share/ansible-repo
|
working-directory: /usr/share/ansible-repo
|
||||||
|
shell: bash
|
||||||
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
|
working-directory: /usr/share/ansible-repo
|
||||||
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
echo -e "{{ runner.os }}"
|
echo -e "{{ runner.os }}"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user