change workflow
This commit is contained in:
		@ -52,10 +52,11 @@ jobs:
 | 
			
		||||
        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 push
 | 
			
		||||
            git push origin analytics-update --force
 | 
			
		||||
          fi
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user