Skip to content

Commit 35b6b4d

Browse files
Update run-interfaces-check.yml
1 parent ae4591b commit 35b6b4d

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/run-interfaces-check.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,9 @@ jobs:
3333
run: |
3434
git config user.name "GitHub Action"
3535
git config user.email "action@github.com"
36+
git stash
3637
git pull --rebase origin main
38+
git stash pop
3739
git add _luminara-homebase/interface-status.json
3840
git commit -m "🔄 Update interface-status.json" || echo "No changes to commit"
3941
git push

0 commit comments

Comments
 (0)