mirror of
https://github.com/samber/awesome-prometheus-alerts.git
synced 2026-06-21 00:47:18 +08:00
yet another quality commit
This commit is contained in:
parent
0adc449e1e
commit
af06c49c39
1 changed files with 2 additions and 2 deletions
4
.github/workflows/dist.yml
vendored
4
.github/workflows/dist.yml
vendored
|
|
@ -55,8 +55,8 @@ jobs:
|
|||
- name: Push changes
|
||||
if: steps.git-check.outputs.modified != '0'
|
||||
run: |
|
||||
git config --global user.name 'Samuel Berthe'
|
||||
git config --global user.email 'samuel-berthe@users.noreply.github.com'
|
||||
git config --global user.name 'samber'
|
||||
git config --global user.email 'samber@users.noreply.github.com'
|
||||
git remote set-url origin https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/${{ github.repository }}
|
||||
git add .
|
||||
git commit -m "Publish"
|
||||
|
|
|
|||
Loading…
Reference in a new issue