updating workflows
This commit is contained in:
parent
edb1628150
commit
2a5f8a8f4a
2 changed files with 2 additions and 2 deletions
|
@ -25,7 +25,7 @@ jobs:
|
|||
git config --global user.email '${{ github.actor }}@sysctl.io'
|
||||
git config --global user.name '${{ github.actor }}'
|
||||
git commit -am "[${{ github.job }}] [ACT] Flake Lock Update"
|
||||
git push
|
||||
git push https://${{ secrets.REPO_RW_TOKEN }}@git.sysctl.io/${{ github.repository }}.git
|
||||
- name: Send Notification
|
||||
uses: actions/gotify-action@master
|
||||
if: always()
|
||||
|
|
2
flake.lock
generated
2
flake.lock
generated
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"nodess": {
|
||||
"nodes": {
|
||||
"base16": {
|
||||
"inputs": {
|
||||
"fromYaml": "fromYaml"
|
||||
|
|
Loading…
Add table
Reference in a new issue