Skip to content

Commit

Permalink
Rename file
Browse files Browse the repository at this point in the history
  • Loading branch information
villyes-ledger committed Oct 14, 2024
1 parent 1921316 commit 5170278
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish_jfrog_login.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
node-version: 20

- name: Rename file
run: find . -depth -name "*.md" -exec sh -c 'f="{}"; mv -- "$f" "${f%.md}_jfrog_login.md"' \;
run: find . -depth -name "*.md" -exec sh -c 'f="{}"; mv -- "$f" "jfrog_login_${f%.md}.md"' \;

- name: Publish Markdown to Confluence
uses: markdown-confluence/publish-action@v5
Expand Down

0 comments on commit 5170278

Please sign in to comment.