Skip to content

Test Use of Common Patch Workflow #1

Test Use of Common Patch Workflow

Test Use of Common Patch Workflow #1

name: Test Use of Common Cut Release Workflow
on:
workflow_dispatch:
inputs:
branch:
description: 'Branch to use'
required: true
default: 'main'
jobs:
call-common-workflow:
uses: dominant-strategies/quai-cicd/.github/workflows/deploy-sandbox-common.yml@main

Check failure on line 11 in .github/workflows/test-remote-patch.yml

View workflow run for this annotation

GitHub Actions / Test Use of Common Cut Release Workflow

Invalid workflow file

The workflow is not valid. In .github/workflows/test-remote-patch.yml (Line: 11, Col: 11): Error from called workflow dominant-strategies/quai-cicd/.github/workflows/deploy-sandbox-common.yml@main (Line: 121, Col: 23): A mapping was not expected
with:
needs_build: true
build_command: "npm run build"
needs_docker: true
include_chart: true
cloud_deploy: true
skip_deploy: false
update_version: true
secrets:
GH_PAT: ${{ secrets.GH_PAT }}
GPG_PRIVATE_KEY: ${{ secrets.GPG_PRIVATE_KEY2 }}
GPG_KEY_ID: ${{ secrets.GPG_KEY_ID }}