We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af76666 commit 6bf8b0fCopy full SHA for 6bf8b0f
.github/workflows/ci.yml
@@ -77,6 +77,9 @@ jobs:
77
SNAPSHOT_TEST: true
78
BUILD_SERVER: ${{ github.event_name != 'pull_request' }}
79
80
+ # Output file names that are updated by snapshot tests.
81
+ - run: git diff --name-only
82
+
83
- uses: stefanzweifel/git-auto-commit-action@v5
84
if: github.event_name == 'pull_request'
85
with:
0 commit comments