This commit is contained in:
Kjeld Schouten-Lebbing 2022-09-22 14:34:58 +02:00
parent b49f0030cc
commit e208c2960e
No known key found for this signature in database
GPG Key ID: 3D586240A9175B99
1 changed files with 6 additions and 12 deletions

View File

@ -17,20 +17,14 @@ jobs:
steps:
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3
name: Checkout
with:
fetch-depth: 1
- name: catalog tests
run: |
echo "Starting Catalog Validation"
/usr/local/bin/catalog_validate validate --path "${PWD}"
- uses: actions/checkout@master
- name: Merge staging -> main
uses: devmasx/merge-branch@master
with:
type: now
from_branch: staging
target_branch: main
github_token: ${{ github.token }}
- name: Merge master back to dev
run: |
git config user.name "TrueCharts-Bot"
git config user.email "bot@truecharts.org"
git push origin staging:main