Skip to content

10.19.1 (#2630)

10.19.1 (#2630) #23

name: New Beta ZO Release
on:
push:
branches:
- master
# Only allow the most recent run of beta release to complete, if multiple are queued.
concurrency:
group: ${{ github.workflow }}
cancel-in-progress: true
jobs:
call-build-frontend:
uses: ./.github/workflows/build-frontend.yml

Check failure on line 15 in .github/workflows/beta-zo-release.yml

View workflow run for this annotation

GitHub Actions / New Beta ZO Release

Invalid workflow file

The workflow is not valid. .github/workflows/beta-zo-release.yml (Line: 15, Col: 11): Input repo_var_name is required, but not provided while calling. .github/workflows/beta-zo-release.yml (Line: 19, Col: 18): Invalid input, repo_name is not defined in the referenced workflow.
with:
frontend_name: 'zzz-frontend'
deployment_name: 'beta'
repo_name: ${{ vars.PR_REPO }}
repo_deploy_secret_name: 'PR_REPO_SSH_KEY'
show_dev_components: true