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 c774fc7 commit fc59ae4Copy full SHA for fc59ae4
.github/workflows/publish-confluence-pages-programatically.yaml
@@ -47,6 +47,6 @@ jobs:
47
run: |
48
poetry run python3 confluence.py --confluence_space ${{ inputs.confluence_space }} \
49
--confluence_page_title ${{ inputs.confluence_page_title }} \
50
- --action ${{ inputs.action }} --markdown_file_path ${{ inputs.markdown_file_path }
+ --action ${{ inputs.action }} --markdown_file_path ${{ inputs.markdown_file_path }}
51
- name: program execution completed
52
run: echo "program execution completed"
0 commit comments