Skip to content

Instantly share code, notes, and snippets.

@remarkablemark
Created April 27, 2022 00:39
Show Gist options
  • Save remarkablemark/c01132f12af5764b18125af6d60b6bde to your computer and use it in GitHub Desktop.
Save remarkablemark/c01132f12af5764b18125af6d60b6bde to your computer and use it in GitHub Desktop.
jobs:
heroku-pull-request:
runs-on: ubuntu-latest
env:
HEROKU_APP_NAME: my-app-pr-${{ github.event.number }}
steps:
# ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment