Skip to content

Commit cf2a53e

Browse files
committed
ci: minor yaml format
1 parent 27e3ccf commit cf2a53e

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

.github/workflows/publish.yml

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -11,20 +11,20 @@ jobs:
1111
run:
1212
working-directory: ansible_collections/ngine_io/cloudstack
1313
steps:
14-
- uses: actions/checkout@v2
15-
with:
16-
path: ansible_collections/ngine_io/cloudstack
17-
- name: Set up Python
18-
uses: actions/setup-python@v1
19-
with:
20-
python-version: '3.x'
21-
- name: Install dependencies
22-
run: |
23-
python -m pip install --upgrade pip
24-
pip install ansible
25-
- name: Build and publish
26-
env:
27-
ANSIBLE_GALAXY_API_KEY: ${{ secrets.ANSIBLE_GALAXY_API_KEY }}
28-
run: |
29-
ansible-galaxy collection build .
30-
ansible-galaxy collection publish *.tar.gz --api-key $ANSIBLE_GALAXY_API_KEY
14+
- uses: actions/checkout@v2
15+
with:
16+
path: ansible_collections/ngine_io/cloudstack
17+
- name: Set up Python
18+
uses: actions/setup-python@v1
19+
with:
20+
python-version: "3.x"
21+
- name: Install dependencies
22+
run: |
23+
python -m pip install --upgrade pip
24+
pip install ansible
25+
- name: Build and publish
26+
env:
27+
ANSIBLE_GALAXY_API_KEY: ${{ secrets.ANSIBLE_GALAXY_API_KEY }}
28+
run: |
29+
ansible-galaxy collection build .
30+
ansible-galaxy collection publish *.tar.gz --api-key $ANSIBLE_GALAXY_API_KEY

0 commit comments

Comments
 (0)