Skip to content

Commit

Permalink
add labels
Browse files Browse the repository at this point in the history
  • Loading branch information
Roguelazer committed Dec 2, 2024
1 parent aaec1fe commit f32710a
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,12 @@ description: 'Set up the Heroku CLI'
runs:
using: "composite"
steps:
- shell: bash
name: "Ensure GPG installed"
- name: "Ensure GPG installed"
shell: bash
run: "if ! command -v gpg; then apt-get install --no-install-recommends gnupg2 ; fi"
- shell: bash
- name: "Install Heroku CLI"
shell: bash
run: "curl -f https://cli-assets.heroku.com/install-ubuntu.sh | sh"
- run: "heroku version"
- shell: bash
- name: "Test that it runs correctly"
run: "heroku version"
shell: bash

0 comments on commit f32710a

Please sign in to comment.