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 c34bef9 commit 35a0fca
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish_attest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
run: shopt -s extglob

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

- name: Publish Markdown to Confluence
uses: markdown-confluence/publish-action@v5
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish_jfrog_login.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
run: shopt -s extglob

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

#- name: Rename file readme
# run: mv actions/jfrog-login/README_jfrog_login.md actions/jfrog-login/README_jfrog_login_test.md
Expand All @@ -28,7 +28,7 @@ jobs:
confluenceParentId: 5036769289
atlassianUserName: ${{ secrets.ATLASSIAN_USERNAME }}
atlassianApiToken: ${{ secrets.ATLASSIAN_API_TOKEN }}
folderToPublish: actions
folderToPublish: .
contentRoot: actions/jfrog-login/
#configFile: .markdown-confluence.json

Expand Down

0 comments on commit 35a0fca

Please sign in to comment.