You've already forked ansible-role-repo-epel
Change role name for CI
This commit is contained in:
7
.github/workflows/main.yml
vendored
7
.github/workflows/main.yml
vendored
@@ -13,7 +13,12 @@ jobs:
|
||||
ANSIBLE_CALLBACK_WHITELIST: profile_tasks
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
- name: Checout Source
|
||||
uses: actions/checkout@v1
|
||||
- name: Rename role
|
||||
run: |
|
||||
mv /home/runner/work/ansible-role-repo-epel/ansible-role-repo-epel \
|
||||
/home/runner/work/ansible-role-repo-epel/repo-epel
|
||||
- name: Set up Python 3
|
||||
uses: actions/setup-python@v1
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user