Compare commits
6 Commits
main
...
pr_workflo
Author | SHA1 | Date | |
---|---|---|---|
1bce8fbfce | |||
7279e5e043 | |||
e1ca847868 | |||
f06e62aea3 | |||
03072ec4c0 | |||
f81ba23d8a |
@ -49,14 +49,14 @@ jobs:
|
||||
--limit "10"
|
||||
|
||||
- name: Commit and push results
|
||||
id: commit_step
|
||||
run: |
|
||||
git config --global user.name "gitea-actions[bot]"
|
||||
git config --global user.email "actions@users.noreply.local"
|
||||
git checkout -B analytics-update
|
||||
git add analytics/
|
||||
if git diff --cached --quiet; then
|
||||
echo "No changes to commit"
|
||||
else
|
||||
git commit -m "chore: update analytics data [skip ci]"
|
||||
git commit -m "chore: update analytics data"
|
||||
git push origin analytics-update --force
|
||||
fi
|
||||
|
Reference in New Issue
Block a user