Skip to content

Commit 7ebd374

Browse files
committed
Fix test
1 parent 3603f08 commit 7ebd374

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ jobs:
66
test1:
77
runs-on: ubuntu-latest
88
strategy:
9+
fail-fast: false
910
matrix:
1011
hide-repository: [true, false]
1112
title: ['', 'Ok_?@ sadadsa', '😁😋']

test/test_on_ghcr/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ inputs:
5353
description: >
5454
The title for the documentation website. Defaults to the name of the repository.
5555
required: false
56-
default: ${{ env.GITHUB_REPOSITORY }}
56+
default: ${{ github.repository }}
5757
runs:
5858
using: 'docker'
5959
image: 'docker://ghcr.io/ldeluigi/markdown-docs'

test/test_on_hub/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ inputs:
5353
description: >
5454
The title for the documentation website. Defaults to the name of the repository.
5555
required: false
56-
default: ${{ env.GITHUB_REPOSITORY }}
56+
default: ${{ github.repository }}
5757
runs:
5858
using: 'docker'
5959
image: 'docker://deloo/markdown-docs'

test/test_on_self/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ inputs:
4949
description: >
5050
The title for the documentation website. Defaults to the name of the repository.
5151
required: false
52-
default: ${{ env.GITHUB_REPOSITORY }}
52+
default: ${{ github.repository }}
5353
runs:
5454
using: 'docker'
5555
image: ../../Dockerfile

0 commit comments

Comments
 (0)