mirror of
https://github.com/truenas/charts.git
synced 2026-04-13 17:52:13 +08:00
Properly get base branch history
This commit is contained in:
6
.github/workflows/dev_apps_validate.yml
vendored
6
.github/workflows/dev_apps_validate.yml
vendored
@@ -10,6 +10,10 @@ jobs:
|
||||
image: ixsystems/catalog_validation:latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v3
|
||||
with:
|
||||
fetch-depth: 0
|
||||
- name: Fetch base branch history
|
||||
run: git fetch origin master:master
|
||||
- name: validate dev catalog
|
||||
run: /bin/bash -c "/usr/local/bin/dev_charts_validate validate --path $(pwd)"
|
||||
|
||||
Reference in New Issue
Block a user