Skip to content

Commit

Permalink
try installing Heroku CLI with snap
Browse files Browse the repository at this point in the history
  • Loading branch information
syphar committed Jan 16, 2025
1 parent 78554d1 commit fab734c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ outputs:
runs:
using: "composite"
steps:
- name: install Heroku CLI
shell: bash
run: sudo snap install --edge --classic heroku
- name: destroying heroku application
id: destroy
shell: bash
Expand Down

0 comments on commit fab734c

Please sign in to comment.