Skip to content

Commit

Permalink
updating workflow to push results
Browse files Browse the repository at this point in the history
Signed-off-by: vsoch <vsoch@users.noreply.github.com>
  • Loading branch information
vsoch committed Jun 26, 2021
1 parent acee5f0 commit 2c2a215
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/update-ui.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,14 @@ jobs:
with:
update: true
update_random: 4

- name: Check that results exist
run: tree cci

- name: Push Results
run: |
git config --global user.name "github-actions"
git config --global user.email "github-actions@users.noreply.github.com"
git add cci/*
git commit -m "Automated push with new data results $(date '+%Y-%m-%d')" || exit 0
git push origin main || exit 0

0 comments on commit 2c2a215

Please sign in to comment.