Skip to content

Commit

Permalink
Replace text test
Browse files Browse the repository at this point in the history
  • Loading branch information
villyes-ledger committed Oct 15, 2024
1 parent a9fa274 commit 38e6638
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/publish_jfrog_login.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
with:
node-version: 20

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

- name: Publish Markdown to Confluence
Expand All @@ -24,10 +24,10 @@ jobs:
contentRoot: actions/jfrog-login/
#configFile: .markdown-confluence.json

- name: Replace in files 1
run: sed -i 's/<!--*-->/test/g' README_jfrog_login.md
- name: Replace string in files 1
run: sed -i 's/<!-- action-docs-description source="action.yml" -->/test/g' README_jfrog_login.md

#- name: Replace in files 2
#- name: Replace string in files 2
# uses: richardrigutins/replace-in-files@v2
# with:
# files: 'actions/jfrog-login/README_jfrog_login.md'
Expand Down

0 comments on commit 38e6638

Please sign in to comment.