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 d0da13a commit c2093beCopy full SHA for c2093be
.github/workflows/lint-ansible-docs.yml
@@ -49,7 +49,7 @@ jobs:
49
name = process.env.GITHUB_REPOSITORY.split('/')[1]
50
path = name.replace('.', '/')
51
52
- core.exportVariable('ANSIBLE_COLLECTIONS_PATHS', process.env.GITHUB_WORKSPACE)
+ core.exportVariable('ANSIBLE_COLLECTIONS_PATH', process.env.GITHUB_WORKSPACE)
53
54
const checkoutPath = `ansible_collections/${path}`
55
core.setOutput('checkout-path', checkoutPath)
0 commit comments