Skip to content

Commit

Permalink
adding push to CI
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 27, 2021
1 parent 7fd8b55 commit 07e1c2d
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions contributor_ci/site/.github/workflows/update-ui.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,15 @@ 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 07e1c2d

Please sign in to comment.