Skip to content

Commit

Permalink
update 2023-12-21T17:46:43
Browse files Browse the repository at this point in the history
  • Loading branch information
qameta-ci committed Dec 21, 2023
1 parent c0765a3 commit d4e7d5e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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/actions-gh-pages@v3.9.3
with:
personal_token: ${{ secrets.GITHUB_TOKEN }}
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_branch: gh-pages
publish_dir: allure-history
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ version = "1.0-SNAPSHOT"

val allureVersion = "2.25.0"
val aspectJVersion = "1.9.21"
val kotlinVersion = "1.9.21"
val kotlinVersion = "1.9.22"

java {
toolchain {
Expand Down

0 comments on commit d4e7d5e

Please sign in to comment.