Skip to content

Commit

Permalink
allure report action outputs in lower case
Browse files Browse the repository at this point in the history
  • Loading branch information
andgineer committed Apr 18, 2024
1 parent fae02ff commit 9b1608f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
path: gh-pages-dir

- name: Generate Allure test report
uses: andgineer/allure-report@1.7
uses: andgineer/allure-report@main
id: allure-report
if: always()
with:
Expand All @@ -90,8 +90,8 @@ jobs:
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_branch: gh-pages
publish_dir: ${{ steps.allure-report.outputs.REPORTS_SITE }}
destination_dir: ${{ steps.allure-report.outputs.REPORTS_SITE_PATH }}
publish_dir: ${{ steps.allure-report.outputs.reports-site }}
destination_dir: ${{ steps.allure-report.outputs.reports-site-path }}

- name: Coverage comment
id: coverage_comment
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
[![Coverage](https://raw.githubusercontent.com/andgineer/bitwarden-import-msecure/python-coverage-comment-action-data/badge.svg)](https://htmlpreview.github.io/?https://github.com/andgineer/bitwarden-import-msecure/blob/python-coverage-comment-action-data/htmlcov/index.html)
# bitwarden-import-msecure

Migration from mSecure to Bitwarden
Migration from mSecure to Bitwarden.

More flexible than the built-in Bitwarden import tool.

# Documentation

Expand Down

0 comments on commit 9b1608f

Please sign in to comment.