Skip to content

Commit 6865389

Browse files
Merge pull request #5 from Checkmarx/fix-script-location-conf
Update Confluence page for new releases (AST-000)
2 parents c31c8b0 + 928cf38 commit 6865389

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update-release-confluence.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
CONFLUENCE_API_USERNAME: ${{ secrets.CONFLUENCE_API_USERNAME }}
3939
CONFLUENCE_API_TOKEN: ${{ secrets.CONFLUENCE_API_TOKEN }}
4040
run: |
41-
python update_confluence.py \
41+
python ./.github/scripts/update_confluence.py \
4242
"${{ github.event.inputs.product }}" \
4343
"${{ github.event.inputs.version }}" \
4444
"${{ github.event.inputs.status }}" \

0 commit comments

Comments
 (0)