Skip to content

Use GitHub variable for app-name input

Compare
Choose a tag to compare
@juliamrch juliamrch released this 18 Apr 11:28
· 14 commits to main since this release
73fed71
  • Previous version: user had to manually input the app-name to set application name, application alias and review app domain.
  • This version: the workflow uses the repository name by default to automatically input the app-name value.

Variable used: ${{ github.event.pull_request.base.repo.name }}