Skip to content

Commit c2093be

Browse files
authored
Update to singular form, ANSIBLE_COLLECTIONS_PATH (#6)
Signed-off-by: Webster Mudge <[email protected]>
1 parent d0da13a commit c2093be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint-ansible-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
name = process.env.GITHUB_REPOSITORY.split('/')[1]
5050
path = name.replace('.', '/')
5151
52-
core.exportVariable('ANSIBLE_COLLECTIONS_PATHS', process.env.GITHUB_WORKSPACE)
52+
core.exportVariable('ANSIBLE_COLLECTIONS_PATH', process.env.GITHUB_WORKSPACE)
5353
5454
const checkoutPath = `ansible_collections/${path}`
5555
core.setOutput('checkout-path', checkoutPath)

0 commit comments

Comments
 (0)