Skip to content

Commit

Permalink
transfer from mgrybyk to mgrybyk-org
Browse files Browse the repository at this point in the history
  • Loading branch information
mgrybyk committed May 5, 2024
1 parent 10e9b03 commit 2241d16
Show file tree
Hide file tree
Showing 4 changed files with 116 additions and 115 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/report_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,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 Down Expand Up @@ -73,7 +73,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 Expand Up @@ -129,7 +129,7 @@ jobs:
max_reports: 0

- 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 Expand Up @@ -186,7 +186,7 @@ jobs:
max_reports: 0

- 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
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ Docker version of the action: [allure-report-with-history-per-branch](https://gi

See examples:

- [Allure History List](https://mgrybyk.github.io/allure-report-branch-js-action/allure-action/main/self-test/)
- [Allure Report](https://mgrybyk.github.io/allure-report-branch-js-action/allure-action/main/self-test/latest.html)
- [Browse different branches](https://mgrybyk.github.io/allure-report-branch-js-action/allure-action/)
- [Pull Request Comment Example](https://github.com/mgrybyk/allure-report-branch-js-action/pull/3)
- [Allure History List](https://mgrybyk-org.github.io/allure-report-branch-js-action/allure-action/main/self-test/)
- [Allure Report](https://mgrybyk-org.github.io/allure-report-branch-js-action/allure-action/main/self-test/latest.html)
- [Browse different branches](https://mgrybyk-org.github.io/allure-report-branch-js-action/allure-action/)
- [Pull Request Comment Example](https://github.com/mgrybyk-org/allure-report-branch-js-action/pull/3)

*Compatible with [HTML Trend Report Action](https://github.com/marketplace/actions/publish-report-per-branch).*

Expand All @@ -35,7 +35,7 @@ steps:
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 # used in comment to PR
Expand All @@ -45,7 +45,7 @@ steps:
report_dir: 'allure-results'

- 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 @@ -55,7 +55,7 @@ steps:
### Adding PR Comment
Make sure to set `id` in `mgrybyk/allure-report-branch-js-action` step.
Make sure to set `id` in `mgrybyk-org/allure-report-branch-js-action` step.

```yaml
permissions:
Expand Down
Loading

0 comments on commit 2241d16

Please sign in to comment.