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 65e76ee commit 19b8be0Copy full SHA for 19b8be0
.github/workflows/devRun.yml
@@ -9,6 +9,10 @@ on:
9
- '**/*.lock'
10
- '.github/workflows/devRun.yml'
11
12
+permissions:
13
+ contents: write
14
+ pages: write
15
+
16
jobs:
17
merge_test:
18
timeout-minutes: 15
@@ -49,7 +53,7 @@ jobs:
49
53
echo CHROME_VERSION=$(google-chrome --product-version)
50
54
} >> environment.properties
51
55
- name: Generate Allure Report
52
- uses: simple-elf/allure-report-action@master
56
+ uses: simple-elf/allure-report-action@v1.12
57
if: always()
58
id: allure-report
59
with:
.github/workflows/nightly.yml
@@ -16,6 +16,10 @@ on:
default: 2
type: number
19
20
21
22
23
24
setup-matrix:
25
runs-on: ubuntu-latest
0 commit comments