Created
April 27, 2022 00:43
-
-
Save remarkablemark/226fa65672c654973eb9538813bc82f3 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- name: Destroy Heroku app | |
if: github.event.action == 'closed' | |
run: heroku apps:destroy --app=${{ env.HEROKU_APP_NAME }} --confirm=${{ env.HEROKU_APP_NAME }} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment