Update main.yml

This commit is contained in:
Andros Fenollosa 2021-04-18 16:17:17 +02:00 committed by GitHub
parent 5afe2bc5c4
commit f09e6183aa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,10 +23,12 @@ jobs:
- name: Run - name: Run
run: | run: |
cd recurring-execution-with-actions
java -jar isahn-1.0.1-standalone.jar java -jar isahn-1.0.1-standalone.jar
- name: Update database - name: Update database
run: | run: |
cd recurring-execution-with-actions
git config user.email "action@github.com" git config user.email "action@github.com"
git config user.name "GitHub Action" git config user.name "GitHub Action"
git add isahn_history.json git add isahn_history.json