Skip to content

Commit c774fc7

Browse files
DEVOPS-65 added workflow
1 parent 0adc256 commit c774fc7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ jobs:
4545
CONFLUENCE_USERNAME: ${{ secrets.CONFLUENCE_USERNAME }}
4646
CONFLUENCE_PASSWORD: ${{ secrets.CONFLUENCE_PASSWORD }}
4747
run: |
48-
poetry run python3 confluence.py --confluence_space devwithkrishna \
49-
--confluence_page_title "This is test" \
50-
--action update --markdown_file_path README.md
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 }
5151
- name: program execution completed
5252
run: echo "program execution completed"

0 commit comments

Comments
 (0)