mirror of
https://github.com/replicatedhq/ttl.sh.git
synced 2026-02-14 16:59:51 +00:00
fix(ci): install heroku cli (#157)
This commit is contained in:
3
.github/workflows/main.yaml
vendored
3
.github/workflows/main.yaml
vendored
@@ -14,6 +14,9 @@ jobs:
|
||||
- name: checkout
|
||||
uses: actions/checkout@v2
|
||||
|
||||
- name: install heroku cli
|
||||
run: curl https://cli-assets.heroku.com/install-ubuntu.sh | sh
|
||||
|
||||
- name: heroku registry login
|
||||
run: heroku container:login
|
||||
|
||||
|
||||
Reference in New Issue
Block a user