Skip to content

Commit 65994ca

Browse files
committed
ci: stage correct path in update-snapshots wf
1 parent 0ad1bd4 commit 65994ca

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/update-snapshots.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -90,10 +90,7 @@ jobs:
9090
git config user.email "github-actions[bot]@users.noreply.github.com"
9191
9292
# stage Jest snapshot changes
93-
git add src
94-
95-
# stage CDK snapshot changes
96-
git add __snapshots__
93+
git add src/__snapshots__
9794
9895
git commit -m "chore: update snapshots triggered by comment [skip ci]"
9996

0 commit comments

Comments
 (0)