mirror of
https://github.com/samber/awesome-prometheus-alerts.git
synced 2026-06-23 18:06:58 +08:00
debug
This commit is contained in:
parent
d9697f070d
commit
0adc449e1e
1 changed files with 2 additions and 1 deletions
3
.github/workflows/dist.yml
vendored
3
.github/workflows/dist.yml
vendored
|
|
@ -58,5 +58,6 @@ jobs:
|
||||||
git config --global user.name 'Samuel Berthe'
|
git config --global user.name 'Samuel Berthe'
|
||||||
git config --global user.email 'samuel-berthe@users.noreply.github.com'
|
git config --global user.email 'samuel-berthe@users.noreply.github.com'
|
||||||
git remote set-url origin https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/${{ github.repository }}
|
git remote set-url origin https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/${{ github.repository }}
|
||||||
git commit -am "Publish"
|
git add .
|
||||||
|
git commit -m "Publish"
|
||||||
git push
|
git push
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue