File tree Expand file tree Collapse file tree 4 files changed +4
-3
lines changed Expand file tree Collapse file tree 4 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 6
6
test1 :
7
7
runs-on : ubuntu-latest
8
8
strategy :
9
+ fail-fast : false
9
10
matrix :
10
11
hide-repository : [true, false]
11
12
title : ['', 'Ok_?@ sadadsa', '😁😋']
Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ inputs:
53
53
description : >
54
54
The title for the documentation website. Defaults to the name of the repository.
55
55
required : false
56
- default : ${{ env.GITHUB_REPOSITORY }}
56
+ default : ${{ github.repository }}
57
57
runs :
58
58
using : ' docker'
59
59
image : ' docker://ghcr.io/ldeluigi/markdown-docs'
Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ inputs:
53
53
description : >
54
54
The title for the documentation website. Defaults to the name of the repository.
55
55
required : false
56
- default : ${{ env.GITHUB_REPOSITORY }}
56
+ default : ${{ github.repository }}
57
57
runs :
58
58
using : ' docker'
59
59
image : ' docker://deloo/markdown-docs'
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ inputs:
49
49
description : >
50
50
The title for the documentation website. Defaults to the name of the repository.
51
51
required : false
52
- default : ${{ env.GITHUB_REPOSITORY }}
52
+ default : ${{ github.repository }}
53
53
runs :
54
54
using : ' docker'
55
55
image : ../../Dockerfile
You can’t perform that action at this time.
0 commit comments