Skip to content

Commit

Permalink
update 2023-12-21T17:46:30
Browse files Browse the repository at this point in the history
  • Loading branch information
qameta-ci committed Dec 21, 2023
1 parent 0d3cb30 commit 14a0473
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/allure-report.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Allure Report
run-name: $ is creating Allure report 🚀
run-name: ${{ github.actor }} is creating Allure report 🚀

on:
push:
Expand Down Expand Up @@ -44,6 +44,6 @@ jobs:
if: always()
uses: peaceiris/[email protected]
with:
personal_token: ${{ secrets.GITHUB_TOKEN }}
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_branch: gh-pages
publish_dir: allure-history
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Allure Example

> Example of Allure Report usage with spock, groovy v3.0 and Gradle
> Example of Allure Report usage with spock, groovy 3.0 and Gradle
<!--<img src="https://allurereport.org/public/img/allure-report.svg" alt="Allure Report logo" style="float: right" />-->

Expand All @@ -12,4 +12,4 @@

---

The generated report is available here: [https://allure-examples.github.io/spock-v3.0-gradle](https://allure-examples.github.io/spock-v3.0-gradle/)
The generated report is available here: [https://allure-examples.github.io/spock-groovy-3.0-gradle](https://allure-examples.github.io/spock-groovy-3.0-gradle/)
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
@@ -1 +1 @@
rootProject.name = "spock-v3.0-gradle"
rootProject.name = "spock-groovy-3.0-gradle"

0 comments on commit 14a0473

Please sign in to comment.