Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
simple-elf committed Aug 25, 2020
1 parent da58ba1 commit 622e995
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Generates Allure Report with history.

Example workflow file in [allure-examples](https://github.com/simple-elf/allure-examples/blob/master/.github/workflows/maven-junit5.yml) project
Example workflow file [allure-report](https://github.com/simple-elf/allure-report-action/blob/master/.github/workflows/allure-report.yml)

## Inputs

Expand Down Expand Up @@ -56,7 +56,7 @@ Default ``
if: always()
id: allure-report
with:
allure_results: target/allure-results
allure_results: build/allure-results
gh_pages: gh-pages
allure_report: allure-report
allure_history: allure-history
Expand All @@ -65,8 +65,8 @@ Default ``
## Example usage (github action)

```yaml
- name: Test local action
uses: simple-elf/allure-report-action@v1.1
- name: Test marketplace action
uses: simple-elf/allure-report-action@master
if: always()
id: allure-report
with:
Expand All @@ -83,7 +83,7 @@ Default ``
if: always()
uses: peaceiris/actions-gh-pages@v2
env:
PERSONAL_TOKEN: ${{ secrets.ACCESS_TOKEN }}
PERSONAL_TOKEN: ${{ secrets.GITHUB_TOKEN }}
PUBLISH_BRANCH: gh-pages
PUBLISH_DIR: allure-history
```

0 comments on commit 622e995

Please sign in to comment.