We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cfbf3e5 commit 79b58afCopy full SHA for 79b58af
.github/workflows/Dashboard.yml
@@ -44,7 +44,6 @@ jobs:
44
git config --local user.name "GitHub Action"
45
- name: Commit and Push Changes
46
run: |
47
- git pull origin main
48
git add .
49
- git commit -m "CSS updated"
+ git commit -m "Weblate dashboard updated"
50
git push
.github/workflows/main.yml
@@ -32,8 +32,7 @@ jobs:
32
33
34
35
36
37
+ git commit -m "Main dashboard updated"
38
39
0 commit comments