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 14, 2024
1 parent fa4430d commit b4411d0
Showing 1 changed file with 11 additions and 8 deletions.
19 changes: 11 additions & 8 deletions .github/workflows/publish_jfrog_login.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,14 @@ jobs:
contentRoot: actions/jfrog-login/
#configFile: .markdown-confluence.json

- name: Replace in files
uses: richardrigutins/replace-in-files@v2
with:
files: 'actions/jfrog-login/README.md'
search-text: '<!--*-->'
replacement-text: 'test test test'
#exclude: 'node_modules/**'
encoding: 'utf8'
- name: Replace in files 1
run: sed -i 's/<!--*-->/test/g' README_jfrog_login.md

#- name: Replace in files 2
# uses: richardrigutins/replace-in-files@v2
# with:
# files: 'actions/jfrog-login/README_jfrog_login.md'
# search-text: '<!--*-->'
# replacement-text: 'test test test'
# exclude: 'node_modules/**'
# encoding: 'utf8'

0 comments on commit b4411d0

Please sign in to comment.