Skip to content

Commit bbff9cb

Browse files
authored
ci(catalog): improve diff step (#306)
Signed-off-by: Marco Nenciarini <marco.nenciarini@enterprisedb.com>
1 parent b20e75e commit bbff9cb

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/catalogs.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,9 @@ jobs:
4444
- name: Diff
4545
working-directory: artifacts
4646
run: |
47+
git add -A .
4748
git status
48-
git diff
49+
git diff --staged
4950
5051
- uses: EndBug/add-and-commit@a94899bca583c204427a224a7af87c02f9b325d5 # v9
5152
if: ${{ github.ref == 'refs/heads/main' }}

0 commit comments

Comments
 (0)