Skip to content

Commit 601fdd4

Browse files
mfranzkeCopilot
andauthored
Update .github/workflows/pull-request-snapshot-diff.yml
Co-authored-by: Copilot <[email protected]>
1 parent d5d6346 commit 601fdd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pull-request-snapshot-diff.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
HAS_MINOR=0
5656
HAS_MAJOR=0
5757
58-
git diff --name-only origin/main...HEAD -- ".changeset/*.md" > .cs-files || true
58+
git diff --name-only origin/main...HEAD -- .changeset/*.md > .cs-files || true
5959
6060
if [ -s .cs-files ]; then
6161
while read -r f; do

0 commit comments

Comments
 (0)