Skip to content

Commit 5e11dbf

Browse files
authored
Update github-actions.md
1 parent 6ac9941 commit 5e11dbf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/github/github-actions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
run: |
2424
echo changelog=$(echo -n ${{ inputs.changelog }} | tr -cs '[:alnum:][:blank:]') >> $GITHUB_ENV
2525
- name: Convert changelog to Atlassian Document Format (adf)
26-
uses: domgen/ccoe-ci-cd-actions/.github/actions/markdown-to-adf@stable
26+
uses: madeupaction/markdown-to-adf@stable
2727
with:
2828
markdown: "${{ env.changelog }}"
2929

0 commit comments

Comments
 (0)