Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
XOmniverse committed Mar 11, 2024
1 parent 770b5cd commit 4b380ea
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/update_demo_data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,11 @@ jobs:
run: bundle install --without documentation --path bundle

- name: Run the update script
run: ruby update_demo_data.rb
run: |
mkdir -p flexera/data/aws
mkdir -p flexera/data/azure
mkdir -p flexera/data/google
ruby update_demo_data.rb
- uses: stefanzweifel/git-auto-commit-action@v5
with:
Expand Down

0 comments on commit 4b380ea

Please sign in to comment.