Skip to content

Commit cabdc38

Browse files
authored
Update build-demos.yml
git stash pop should not error if no stash.
1 parent e49b1f3 commit cabdc38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-demos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
git pull origin main --rebase
7373
7474
echo "Applying stashed changes..."
75-
git stash pop
75+
git stash pop || true
7676
7777
echo "Adding and committing changes..."
7878
git add demos/

0 commit comments

Comments
 (0)