name: new-version on: workflow_dispatch: inputs: projects: description: eg. `foo.com@1.2.3 bar.com@2.3.4` required: true type: string jobs: build: uses: ./.github/workflows/build.yml with: projects: ${{ inputs.projects }} ref: ${{ github.sha }} secrets: inherit