Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Workflow Dispatches

Astrid Avalin Soerensen edited this pageMay 11, 2025 ·4 revisions

🚀 Running Workflows Manually

This page explains how to manually trigger Unity CI/CD workflows using:

  • GitHub UI (Actions tab)
  • GitHub CLI (gh workflow run)

📥 Required Inputs

Input NameTypeDescription
buildTypestringOne ofpreview,release_candidate,release
skipTestsstringWhether tests should be skipped or not this time, defaults to your repo or config setup
buildTargetsstringJSON array (e.g.,["WebGL"])
deployTargetsstringJSON array (e.g.,["gh-pages"])

💻 Using GitHub UI

  1. Go to theActions tab
  2. Choose the workflow (e.g.,ci-cd-dispatcher.yml orci-cd-redeployer.yml)
  3. Click the grey button:Run workflow
  4. Fill in the inputs
  5. Click the green button:Run workflow

🧪 Example CLI

gh workflow run ci-cd-dispatcher.yml \  --field buildType="preview" \  --field skipTests="default" \  --field buildTargets='["WebGL"]'  --field deployTargets='["gh-pages"]'

Let’s build better Unity pipelines together! 🚀
Need help? Join theDiscussions or open anIssue.

Clone this wiki locally

[8]ページ先頭

©2009-2025 Movatter.jp