forked from repo-mirrors/cnpg-postgres-containers
ci(catalog): improve diff step (#306)
Signed-off-by: Marco Nenciarini <marco.nenciarini@enterprisedb.com>
This commit is contained in:
3
.github/workflows/catalogs.yml
vendored
3
.github/workflows/catalogs.yml
vendored
@@ -44,8 +44,9 @@ jobs:
|
|||||||
- name: Diff
|
- name: Diff
|
||||||
working-directory: artifacts
|
working-directory: artifacts
|
||||||
run: |
|
run: |
|
||||||
|
git add -A .
|
||||||
git status
|
git status
|
||||||
git diff
|
git diff --staged
|
||||||
|
|
||||||
- uses: EndBug/add-and-commit@a94899bca583c204427a224a7af87c02f9b325d5 # v9
|
- uses: EndBug/add-and-commit@a94899bca583c204427a224a7af87c02f9b325d5 # v9
|
||||||
if: ${{ github.ref == 'refs/heads/main' }}
|
if: ${{ github.ref == 'refs/heads/main' }}
|
||||||
|
Reference in New Issue
Block a user