We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb8f96a commit d8f1ca2Copy full SHA for d8f1ca2
.github/workflows/docs.yml
@@ -9,10 +9,6 @@ env:
9
COLLECTION_NAME: panos
10
11
jobs:
12
- pyversion:
13
- name: Discover minimum Python version
14
- uses: ./.github/workflows/_discover_python_ver.yml
15
-
16
docs:
17
name: Build Documentation
18
runs-on: ubuntu-latest
@@ -32,7 +28,7 @@ jobs:
32
28
33
29
- name: discover Python version
34
30
id: pyversion
35
- uses: ./.github/actions/discover_python_version
31
+ uses: ./ansible_collections/${{ env.NAMESPACE }}/${{ env.COLLECTION_NAME }}/.github/actions/discover_python_version
36
with:
37
working-directory: ./ansible_collections/${{ env.NAMESPACE }}/${{ env.COLLECTION_NAME }}
38
0 commit comments