Skip to content

Commit

Permalink
Oops
Browse files Browse the repository at this point in the history
  • Loading branch information
ukd1 committed Mar 13, 2024
1 parent 1189461 commit 8d688aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/coinbase.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
name: Update Coinbase
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
ruby-version: '3.3.0'
Expand All @@ -28,6 +28,6 @@ jobs:
git commit currencies.json -m "Updated Coinbase currencies in run ${GITHUB_RUN_NUMBER}" || true
git add 24h_stats/*.json
git commit 24h_stats/*.json -m "Updated Coinbase price history in run ${GITHUB_RUN_NUMBER}" || true
sh add_last_commit.sh
cd .. && sh add_last_commit.sh
- name: Push repo
run: git push || true

0 comments on commit 8d688aa

Please sign in to comment.