Skip to content

Commit 8d2a0f3

Browse files
committed
update 2023-12-21T17:46:28
1 parent 716cbbe commit 8d2a0f3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/allure-report.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: Allure Report
2-
run-name: $ is creating Allure report 🚀
2+
run-name: ${{ github.actor }} is creating Allure report 🚀
33

44
on:
55
push:
@@ -44,6 +44,6 @@ jobs:
4444
if: always()
4545
uses: peaceiris/[email protected]
4646
with:
47-
personal_token: ${{ secrets.GITHUB_TOKEN }}
47+
github_token: ${{ secrets.GITHUB_TOKEN }}
4848
publish_branch: gh-pages
4949
publish_dir: allure-history

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ version = "1.0-SNAPSHOT"
1111

1212
val allureVersion = "2.25.0"
1313
val aspectJVersion = "1.9.21"
14-
val kotlinVersion = "1.9.21"
14+
val kotlinVersion = "1.9.22"
1515

1616
java {
1717
toolchain {

0 commit comments

Comments
 (0)