mirror of
https://github.com/pomerium/pomerium.git
synced 2025-04-28 18:06:34 +02:00
config path
This commit is contained in:
parent
abcd987825
commit
a9fea5211c
1 changed files with 2 additions and 2 deletions
4
.github/workflows/goreleaser-check.yaml
vendored
4
.github/workflows/goreleaser-check.yaml
vendored
|
@ -10,10 +10,10 @@ jobs:
|
|||
- name: Checkout goreleaser.yaml
|
||||
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9
|
||||
with:
|
||||
sparse-checkout: goreleaser.yaml
|
||||
sparse-checkout: .github/goreleaser.yaml
|
||||
sparse-checkout-cone-mode: false
|
||||
- name: Check goreleaser config is compatible with latest version
|
||||
uses: goreleaser/goreleaser-action@v4.3.0
|
||||
with:
|
||||
version: latest
|
||||
args: check
|
||||
args: check --config .github/goreleaser.yaml
|
||||
|
|
Loading…
Add table
Reference in a new issue