We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b20e75e commit bbff9cbCopy full SHA for bbff9cb
1 file changed
.github/workflows/catalogs.yml
@@ -44,8 +44,9 @@ jobs:
44
- name: Diff
45
working-directory: artifacts
46
run: |
47
+ git add -A .
48
git status
- git diff
49
+ git diff --staged
50
51
- uses: EndBug/add-and-commit@a94899bca583c204427a224a7af87c02f9b325d5 # v9
52
if: ${{ github.ref == 'refs/heads/main' }}
0 commit comments