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 7091c52 commit 8ef3990Copy full SHA for 8ef3990
.github/workflows/_open_pr_with_new_snapshots.yml
@@ -48,10 +48,6 @@ jobs:
48
# instead of provided ones
49
persist-credentials: false
50
51
- - name: Clear legacy snapshots
52
- run: |
53
- rm -rf ${{ inputs.snapshots_directory }}/*
54
-
55
- name: Download new snapshots
56
uses: actions/download-artifact@v4
57
with:
@@ -61,6 +57,7 @@ jobs:
61
- name: Check if update is needed
62
58
id: check-changes
63
59
run: |
60
+ git status
64
if [ -n "$(git status --porcelain)" ]; then
65
echo "Changes detected"
66
echo "changes_detected=true" >> "$GITHUB_OUTPUT"
0 commit comments