diff --git a/.github/workflows/publish_jfrog_login.yaml b/.github/workflows/publish_jfrog_login.yaml index d458aec..d36eadf 100644 --- a/.github/workflows/publish_jfrog_login.yaml +++ b/.github/workflows/publish_jfrog_login.yaml @@ -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' \ No newline at end of file + - 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' \ No newline at end of file