We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c31c8b0 + 928cf38 commit 6865389Copy full SHA for 6865389
.github/workflows/update-release-confluence.yml
@@ -38,7 +38,7 @@ jobs:
38
CONFLUENCE_API_USERNAME: ${{ secrets.CONFLUENCE_API_USERNAME }}
39
CONFLUENCE_API_TOKEN: ${{ secrets.CONFLUENCE_API_TOKEN }}
40
run: |
41
- python update_confluence.py \
+ python ./.github/scripts/update_confluence.py \
42
"${{ github.event.inputs.product }}" \
43
"${{ github.event.inputs.version }}" \
44
"${{ github.event.inputs.status }}" \
0 commit comments