We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 716cbbe commit 8d2a0f3Copy full SHA for 8d2a0f3
.github/workflows/allure-report.yml
@@ -1,5 +1,5 @@
1
name: Allure Report
2
-run-name: $ is creating Allure report 🚀
+run-name: ${{ github.actor }} is creating Allure report 🚀
3
4
on:
5
push:
@@ -44,6 +44,6 @@ jobs:
44
if: always()
45
uses: peaceiris/[email protected]
46
with:
47
- personal_token: ${{ secrets.GITHUB_TOKEN }}
+ github_token: ${{ secrets.GITHUB_TOKEN }}
48
publish_branch: gh-pages
49
publish_dir: allure-history
build.gradle.kts
@@ -11,7 +11,7 @@ version = "1.0-SNAPSHOT"
11
12
val allureVersion = "2.25.0"
13
val aspectJVersion = "1.9.21"
14
-val kotlinVersion = "1.9.21"
+val kotlinVersion = "1.9.22"
15
16
java {
17
toolchain {
0 commit comments