Skip to content

Commit

Permalink
Fix Actions (#64)
Browse files Browse the repository at this point in the history
* update

* Update CCO Demo Data (#62)

Co-authored-by: XOmniverse <XOmniverse@users.noreply.github.com>

* Update CCO Demo Data (#63)

Co-authored-by: XOmniverse <XOmniverse@users.noreply.github.com>

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: XOmniverse <XOmniverse@users.noreply.github.com>
  • Loading branch information
3 people authored Nov 29, 2023
1 parent b65c784 commit 5e5dd2b
Show file tree
Hide file tree
Showing 24 changed files with 15,028 additions and 15,011 deletions.
18 changes: 16 additions & 2 deletions .github/workflows/update_demo_data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,19 @@ jobs:
- name: Run the update script
run: bash ./update_demo_data.sh

- name: Commit changes
uses: stefanzweifel/git-auto-commit-action@v4
- name: Create Pull Request
id: cpr
uses: peter-evans/create-pull-request@v4
with:
commit-message: "Update CCO Demo Data"
title: "Update CCO Demo Data"
body: "Updated CCO Demo from GitHub Actions Workflow [${{ github.workflow }}](https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }})"
branch: "task/update-cco-demo-data"
delete-branch: true
labels: "automation, data"

- name: Check outputs
if: ${{ steps.cpr.outputs.pull-request-number }}
run: |
echo "Pull Request Number - ${{ steps.cpr.outputs.pull-request-number }}"
echo "Pull Request URL - ${{ steps.cpr.outputs.pull-request-url }}"
Loading

0 comments on commit 5e5dd2b

Please sign in to comment.