AnujPanthri commited on
Commit
1f296d7
·
1 Parent(s): 9bb73fa

Update kaggle.yaml

Browse files
Files changed (1) hide show
  1. .github/workflows/kaggle.yaml +3 -3
.github/workflows/kaggle.yaml CHANGED
@@ -4,8 +4,6 @@ on:
4
  push:
5
  branches:
6
  - train
7
-
8
- workflow_dispatch:
9
  paths-ignore:
10
  - .gitignore
11
  - README.md
@@ -41,6 +39,8 @@ jobs:
41
 
42
  - name: add ouputs to repo
43
  run: |
 
 
44
  git add .
45
  git commit --amend --no-edit
46
- git push origin train --force
 
4
  push:
5
  branches:
6
  - train
 
 
7
  paths-ignore:
8
  - .gitignore
9
  - README.md
 
39
 
40
  - name: add ouputs to repo
41
  run: |
42
+ git config user.name "github-actions[bot]"
43
+ git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
44
  git add .
45
  git commit --amend --no-edit
46
+ git push origin train --force