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 5170278 commit fa4430d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .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" "jfrog_login_${f%.md}.md"' \;
run: find . -depth -name "*.md" -exec sh -c 'f="{}"; mv -- "$f" "${f%.md}_jfrog_login.md"' \;

- name: Publish Markdown to Confluence
uses: markdown-confluence/publish-action@v5
Expand All @@ -27,7 +27,7 @@ jobs:
- name: Replace in files
uses: richardrigutins/replace-in-files@v2
with:
files: 'actions/jfrog-login/README_jfrog_login.md'
files: 'actions/jfrog-login/README.md'
search-text: '<!--*-->'
replacement-text: 'test test test'
#exclude: 'node_modules/**'
Expand Down

0 comments on commit fa4430d

Please sign in to comment.