Skip to content

Commit

Permalink
update 2023-12-21T17:49:35
Browse files Browse the repository at this point in the history
  • Loading branch information
qameta-ci committed Dec 21, 2023
1 parent 973c7f8 commit 5a85d78
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/[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 pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.2.2</version>
<version>3.2.3</version>
<configuration>
<argLine>
-Dfile.encoding=${project.build.sourceEncoding}
Expand Down Expand Up @@ -85,7 +85,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.11.0</version>
<version>3.12.0</version>
<configuration>
<encoding>${project.build.sourceEncoding}</encoding>
<release>21</release>
Expand Down

0 comments on commit 5a85d78

Please sign in to comment.