Skip to content

Instantly share code, notes, and snippets.

@remarkablemark
Created April 27, 2022 00:41
Show Gist options
  • Save remarkablemark/2ee0d5ac6a9554703455762f30f9c509 to your computer and use it in GitHub Desktop.
Save remarkablemark/2ee0d5ac6a9554703455762f30f9c509 to your computer and use it in GitHub Desktop.
- name: Create Heroku app
if: github.event.action == 'opened'
run: heroku apps:create ${{ env.HEROKU_APP_NAME }}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment