Test https link for technote-space/get-diff-action
Some checks failed
Lint / golangci-lint (pull_request) Has been cancelled
Lint / Lint markdown (pull_request) Has been cancelled
Lint / govulncheck (pull_request) Has been cancelled
Lint PR / main (pull_request) Has been cancelled
Tests / Code Coverage / test-integration (pull_request) Successful in 16m18s
Tests / Code Coverage / test-unit (pull_request) Successful in 16m47s
Tests / Code Coverage / test-e2e (pull_request) Successful in 12m28s
Some checks failed
Lint / golangci-lint (pull_request) Has been cancelled
Lint / Lint markdown (pull_request) Has been cancelled
Lint / govulncheck (pull_request) Has been cancelled
Lint PR / main (pull_request) Has been cancelled
Tests / Code Coverage / test-integration (pull_request) Successful in 16m18s
Tests / Code Coverage / test-unit (pull_request) Successful in 16m47s
Tests / Code Coverage / test-e2e (pull_request) Successful in 12m28s
This commit is contained in:
parent
5c8626487e
commit
2531e8c089
2
.github/workflows/lint.yml
vendored
2
.github/workflows/lint.yml
vendored
@ -37,7 +37,7 @@ jobs:
|
||||
go-version: 1.22.4
|
||||
cache: true
|
||||
cache-dependency-path: go.sum
|
||||
- uses: technote-space/get-diff-action@v6.1.2
|
||||
- uses: https://github.com/technote-space/get-diff-action@v6.1.2
|
||||
id: git_diff
|
||||
with:
|
||||
PATTERNS: |
|
||||
|
||||
6
.github/workflows/test.yml
vendored
6
.github/workflows/test.yml
vendored
@ -23,7 +23,7 @@ jobs:
|
||||
go-version: 1.22.4
|
||||
cache: true
|
||||
cache-dependency-path: go.sum
|
||||
- uses: technote-space/get-diff-action@v6.1.2
|
||||
- uses: https://github.com/technote-space/get-diff-action@v6.1.2
|
||||
id: git_diff
|
||||
with:
|
||||
PATTERNS: |
|
||||
@ -54,7 +54,7 @@ jobs:
|
||||
go-version: 1.22.4
|
||||
cache: true
|
||||
cache-dependency-path: go.sum
|
||||
- uses: technote-space/get-diff-action@v6.1.2
|
||||
- uses: https://github.com/technote-space/get-diff-action@v6.1.2
|
||||
id: git_diff
|
||||
with:
|
||||
PATTERNS: |
|
||||
@ -71,7 +71,7 @@ jobs:
|
||||
timeout-minutes: 25
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: technote-space/get-diff-action@v6.1.2
|
||||
- uses: https://github.com/technote-space/get-diff-action@v6.1.2
|
||||
with:
|
||||
PATTERNS: |
|
||||
**/**.go
|
||||
|
||||
Loading…
Reference in New Issue
Block a user