Skip to content

Commit e3677f9

Browse files
committed
docs: fix broken links
Signed-off-by: Emilien Escalle <[email protected]>
1 parent 42c32ac commit e3677f9

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ on:
130130
"credentials": {
131131
"username": "myusername"
132132
},
133-
pathMapping: {
133+
"pathMapping": {
134134
"/app": "./relative/path/to/app"
135135
}
136136
}

actions/lint/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,15 +29,15 @@ inputs:
2929
default: "lint:ci"
3030
report-file:
3131
description: |
32-
Optional lint report path forwarded to the [parse-ci-reports](https://hoverkraft-tech/ci-github-common/actions/parse-ci-reports) action.
32+
Optional lint report path forwarded to the [parse-ci-reports](https://github.com/hoverkraft-tech/ci-github-common/tree/main/actions/parse-ci-reports) action.
3333
Provide an absolute path or one relative to the working directory.
3434
When omitted, the action falls back to `auto:lint` detection.
3535
required: false
3636
default: ""
3737
path-mapping:
3838
description: |
3939
Optional path mapping to adjust file paths in test and coverage reports.
40-
See the [parse-ci-reports documentation](https://hoverkraft-tech/ci-github-common/actions/parse-ci-reports) for details.
40+
See the [parse-ci-reports documentation](https://github.com/hoverkraft-tech/ci-github-common/tree/main/actions/parse-ci-reports) for details.
4141
required: false
4242
default: ""
4343

actions/test/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,14 @@ inputs:
2929
coverage:
3030
description: |
3131
Code coverage reporter to use. Supported values:
32-
- `github`: Parse coverage reports via [parse-ci-reports](https://hoverkraft-tech/ci-github-common/actions/parse-ci-reports) action, with GitHub summaries/PR comments
32+
- `github`: Parse coverage reports via [parse-ci-reports](https://github.com/hoverkraft-tech/ci-github-common/tree/main/actions/parse-ci-reports) action, with GitHub summaries/PR comments
3333
- `codecov`: Upload coverage to Codecov
3434
- `""` or `null`: No coverage reporting
3535
required: false
3636
default: "github"
3737
report-file:
3838
description: |
39-
Optional test and coverage report paths forwarded to the [parse-ci-reports](https://hoverkraft-tech/ci-github-common/actions/parse-ci-reports) action.
39+
Optional test and coverage report paths forwarded to the [parse-ci-reports](https://github.com/hoverkraft-tech/ci-github-common/tree/main/actions/parse-ci-reports) action.
4040
Supports multiple formats (Cobertura, OpenCover, lcov, etc.).
4141
Provide absolute paths or paths relative to the working directory.
4242
Multiple entries can be separated by newlines, commas, or semicolons.

0 commit comments

Comments
 (0)