File tree Expand file tree Collapse file tree 1 file changed +17
-17
lines changed Expand file tree Collapse file tree 1 file changed +17
-17
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments