Inside migration role jdbc_driver_module_name will be wildfly_driver_… #24
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
name: Documentation | |
on: | |
push: | |
branches: | |
- main | |
tags: | |
- "[0-9]+.[0-9]+.[0-9]+" | |
workflow_dispatch: | |
jobs: | |
docs: | |
uses: ansible-middleware/github-actions/.github/workflows/docs.yml@main | |
secrets: inherit | |
with: | |
fqcn: 'middleware_automation/wildfly' | |
collection_fqcn: 'middleware_automation.wildfly' |