Skip to content

Commit

Permalink
Don't forget how fussy yaml is
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesjefferies committed Jan 9, 2025
1 parent 3c061a4 commit 234ea18
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/datasette-build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ jobs:
# https://github.com/actions/runner-images/issues/10786#issuecomment-2416287770
# https://devcenter.heroku.com/articles/heroku-cli#standalone-installation-with-a-tarball
- name: Install Heroku CLI
run: |
curl https://cli-assets.heroku.com/install.sh | sh
run: |
curl https://cli-assets.heroku.com/install.sh | sh
- name: Login to Heroku
env:
Expand Down

0 comments on commit 234ea18

Please sign in to comment.