Skip to content

Commit

Permalink
update 2023-12-21T17:46:26
Browse files Browse the repository at this point in the history
  • Loading branch information
qameta-ci committed Dec 21, 2023
1 parent 45b2969 commit 7b5174a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
id 'org.jetbrains.kotlin.jvm' version '1.9.21'
id 'org.jetbrains.kotlin.jvm' version '1.9.22'
}

wrapper {
Expand All @@ -15,7 +15,7 @@ version = '1.0-SNAPSHOT'

def allureVersion = '2.25.0'
def aspectJVersion = '1.9.21'
def kotlinVersion = '1.9.21'
def kotlinVersion = '1.9.22'

kotlin {
jvmToolchain(21)
Expand Down

0 comments on commit 7b5174a

Please sign in to comment.