Skip to content

Commit fc59ae4

Browse files
DEVOPS-65 fixed workflow
1 parent c774fc7 commit fc59ae4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-confluence-pages-programatically.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,6 @@ jobs:
4747
run: |
4848
poetry run python3 confluence.py --confluence_space ${{ inputs.confluence_space }} \
4949
--confluence_page_title ${{ inputs.confluence_page_title }} \
50-
--action ${{ inputs.action }} --markdown_file_path ${{ inputs.markdown_file_path }
50+
--action ${{ inputs.action }} --markdown_file_path ${{ inputs.markdown_file_path }}
5151
- name: program execution completed
5252
run: echo "program execution completed"

0 commit comments

Comments
 (0)