Skip to content

Commit

Permalink
change org from mgrybyk to mgrybyk-org (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
mgrybyk authored May 5, 2024
1 parent 8434095 commit d9b0655
Show file tree
Hide file tree
Showing 5 changed files with 119 additions and 118 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/report_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
run: npm run e2e -- --update-snapshots
- name: git commit and push
if: github.event_name == 'pull_request'
uses: mgrybyk/git-commit-pull-push-action@v1
uses: mgrybyk-org/git-commit-pull-push-action@v1
with:
branch: ${{ github.head_ref }}
commit_message: Update screenshots
Expand All @@ -65,7 +65,7 @@ jobs:
path: gh-pages-dir # checkout path

- name: Allure Report Action
uses: mgrybyk/allure-report-branch-js-action@v1
uses: mgrybyk-org/allure-report-branch-js-action@v1
if: always()
continue-on-error: true
id: allure
Expand Down Expand Up @@ -121,7 +121,7 @@ jobs:
max_reports: 9

- name: Git Commit and Push Action
uses: mgrybyk/git-commit-pull-push-action@v1
uses: mgrybyk-org/git-commit-pull-push-action@v1
if: always()
with:
repository: gh-pages-dir
Expand Down
2 changes: 1 addition & 1 deletion CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ representative at an online or offline event.
## Enforcement

Instances of abusive, harassing, or otherwise unacceptable behavior may be
reported in the [Issues](https://github.com/mgrybyk/html-trend-report-action/issues).
reported in the [Issues](https://github.com/mgrybyk-org/html-trend-report-action/issues).
All complaints will be reviewed and investigated promptly and fairly.

All community leaders are obligated to respect the privacy and security of the
Expand Down
24 changes: 12 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ Implementation of Jenkins [Plot](https://plugins.jenkins.io/plot/) and [HTML Pub

See examples:

- [CSV report, single file, Allure Trend](https://mgrybyk.github.io/html-trend-report-action/report-action/main/Allure%20Trend%20Report/)
- [CSV report, multiple files, Lighthouse Trend](https://mgrybyk.github.io/html-trend-report-action/report-action/main/Lighthouse%20Trend%20Report/)
- [HTML Report](https://mgrybyk.github.io/html-trend-report-action/report-action/main/Lighthouse%20Report/latest.html)
- [HTML Report history](https://mgrybyk.github.io/html-trend-report-action/report-action/main/Lighthouse%20Report/)
- [Browse different branches](https://mgrybyk.github.io/html-trend-report-action/)
- [Pull Request Comment Example](https://github.com/mgrybyk/html-trend-report-action/pull/3)
- [CSV report, single file, Allure Trend](https://mgrybyk-org.github.io/html-trend-report-action/report-action/main/Allure%20Trend%20Report/)
- [CSV report, multiple files, Lighthouse Trend](https://mgrybyk-org.github.io/html-trend-report-action/report-action/main/Lighthouse%20Trend%20Report/)
- [HTML Report](https://mgrybyk-org.github.io/html-trend-report-action/report-action/main/Lighthouse%20Report/latest.html)
- [HTML Report history](https://mgrybyk-org.github.io/html-trend-report-action/report-action/main/Lighthouse%20Report/)
- [Browse different branches](https://mgrybyk-org.github.io/html-trend-report-action/)
- [Pull Request Comment Example](https://github.com/mgrybyk-org/html-trend-report-action/pull/3)

*Compatible with [allure-report-branch-action](https://github.com/marketplace/actions/allure-report-with-history-per-branch). See [Allure History List](https://mgrybyk.github.io/html-trend-report-action/allure-action/main/self-test/)*
*Compatible with [allure-report-branch-action](https://github.com/marketplace/actions/allure-report-with-history-per-branch). See [Allure History List](https://mgrybyk-org.github.io/html-trend-report-action/allure-action/main/self-test/)*

## Usage

Expand All @@ -37,7 +37,7 @@ steps:

- name: HTML Report
if: always()
uses: mgrybyk/html-trend-report-action@v1
uses: mgrybyk-org/html-trend-report-action@v1
id: html-report # used in comment to PR
with:
report_id: 'Jacoco Report'
Expand All @@ -46,7 +46,7 @@ steps:

- name: Chart Report (single csv)
if: ${{ always() }}
uses: mgrybyk/html-trend-report-action@v1
uses: mgrybyk-org/html-trend-report-action@v1
id: chart-report # used in comment to PR
with:
report_id: 'Trend Report'
Expand All @@ -57,7 +57,7 @@ steps:

- name: Chart Report (multiple csv)
if: ${{ always() }}
uses: mgrybyk/html-trend-report-action@v1
uses: mgrybyk-org/html-trend-report-action@v1
id: chart-report # used in comment to PR
with:
report_id: 'Trend Report'
Expand All @@ -66,7 +66,7 @@ steps:
report_type: csv

- name: Git Commit and Push Action
uses: mgrybyk/git-commit-pull-push-action@v1
uses: mgrybyk-org/git-commit-pull-push-action@v1
if: always()
with:
repository: gh-pages-dir
Expand All @@ -76,7 +76,7 @@ steps:
### Adding PR Comment
Make sure to set `id` in `mgrybyk/html-trend-report-action` step.
Make sure to set `id` in `mgrybyk-org/html-trend-report-action` step.

```yaml
permissions:
Expand Down
Loading

0 comments on commit d9b0655

Please sign in to comment.