Skip to content

Commit ae4591b

Browse files
Update run-interfaces-check.yml
1 parent 62ccfd2 commit ae4591b

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ permissions:
55

66
on:
77
schedule:
8-
- cron: "*/30 * * * *" # Toutes les 30 minutes
9-
workflow_dispatch: # Permet de le lancer manuellement
8+
- cron: "*/30 * * * *" # Every 30 minutes
9+
workflow_dispatch: # Allow manual trigger
1010

1111
jobs:
1212
check-interfaces:
@@ -33,6 +33,7 @@ jobs:
3333
run: |
3434
git config user.name "GitHub Action"
3535
git config user.email "action@github.com"
36+
git pull --rebase origin main
3637
git add _luminara-homebase/interface-status.json
3738
git commit -m "🔄 Update interface-status.json" || echo "No changes to commit"
3839
git push

0 commit comments

Comments
 (0)