Skip to content

Commit

Permalink
Print ocd
Browse files Browse the repository at this point in the history
  • Loading branch information
dickwolff committed Oct 5, 2024
1 parent a679bf2 commit 34749b6
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/update-seed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@ jobs:
path: coinection
token: ${{ secrets.ACCESS_TOKEN }}

- name: Print contents of Open Coin Data
run: |
cd ./ocd
ls -la
- name: Get current branch name from Open Coin Data
run: |
Expand Down Expand Up @@ -76,7 +80,7 @@ jobs:
npm install
npm run start "../ocd" "../coinection/prisma/data"
- name: Commit and push changes to Coinection repository
- name: Commit and push changes to Coinection
run: |
cd ./coinection
Expand Down

0 comments on commit 34749b6

Please sign in to comment.