We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62ccfd2 commit ae4591bCopy full SHA for ae4591b
1 file changed
.github/workflows/run-interfaces-check.yml
@@ -5,8 +5,8 @@ permissions:
5
6
on:
7
schedule:
8
- - cron: "*/30 * * * *" # Toutes les 30 minutes
9
- workflow_dispatch: # Permet de le lancer manuellement
+ - cron: "*/30 * * * *" # Every 30 minutes
+ workflow_dispatch: # Allow manual trigger
10
11
jobs:
12
check-interfaces:
@@ -33,6 +33,7 @@ jobs:
33
run: |
34
git config user.name "GitHub Action"
35
git config user.email "action@github.com"
36
+ git pull --rebase origin main
37
git add _luminara-homebase/interface-status.json
38
git commit -m "🔄 Update interface-status.json" || echo "No changes to commit"
39
git push
0 commit comments