Testing
This commit is contained in:
parent
4ad275e316
commit
b1661c65a5
1 changed files with 1 additions and 1 deletions
|
@ -21,8 +21,8 @@ jobs:
|
|||
- name: Commit and Push
|
||||
if: success()
|
||||
run: |
|
||||
git config --global user.email '${{ github.actor }}@sysctl.io'
|
||||
git config --global user.name '${{ github.actor }}'
|
||||
git config --global user.name '${{ github.actor }}@sysctl.io'
|
||||
git commit -am "[${{ github.job }}] [ACT] Flake Lock Update"
|
||||
git push
|
||||
- name: Send Notification
|
||||
|
|
Loading…
Add table
Reference in a new issue