Skip to content

Commit 79b58af

Browse files
committed
delete git pull from dashboard actions
1 parent cfbf3e5 commit 79b58af

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/workflows/Dashboard.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ jobs:
4444
git config --local user.name "GitHub Action"
4545
- name: Commit and Push Changes
4646
run: |
47-
git pull origin main
4847
git add .
49-
git commit -m "CSS updated"
48+
git commit -m "Weblate dashboard updated"
5049
git push

.github/workflows/main.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,7 @@ jobs:
3232
git config --local user.name "GitHub Action"
3333
- name: Commit and Push Changes
3434
run: |
35-
git pull origin main
3635
git add .
37-
git commit -m "CSS updated"
36+
git commit -m "Main dashboard updated"
3837
git push
3938

0 commit comments

Comments
 (0)