Update main.yml
This commit is contained in:
parent
5afe2bc5c4
commit
f09e6183aa
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@ -23,10 +23,12 @@ jobs:
|
||||
|
||||
- name: Run
|
||||
run: |
|
||||
cd recurring-execution-with-actions
|
||||
java -jar isahn-1.0.1-standalone.jar
|
||||
|
||||
- name: Update database
|
||||
run: |
|
||||
cd recurring-execution-with-actions
|
||||
git config user.email "action@github.com"
|
||||
git config user.name "GitHub Action"
|
||||
git add isahn_history.json
|
||||
|
Loading…
Reference in New Issue
Block a user