Skip to content

Commit

Permalink
DEVOPS-65 fixed workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
githubofkrishnadhas committed May 8, 2024
1 parent c774fc7 commit fc59ae4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,6 @@ jobs:
run: |
poetry run python3 confluence.py --confluence_space ${{ inputs.confluence_space }} \
--confluence_page_title ${{ inputs.confluence_page_title }} \
--action ${{ inputs.action }} --markdown_file_path ${{ inputs.markdown_file_path }
--action ${{ inputs.action }} --markdown_file_path ${{ inputs.markdown_file_path }}
- name: program execution completed
run: echo "program execution completed"

0 comments on commit fc59ae4

Please sign in to comment.