Skip to content

ワークフロー引数の指定 #6

ワークフロー引数の指定

ワークフロー引数の指定 #6

Workflow file for this run

name: develop
on:
push:
branches:
- "feature/ci_build"
workflow_dispatch:
jobs:
build:
uses: ./.github/workflows/build.yml
secrets: inherit
with:
build-app-kind: "CLI, WPF, Xamarin.Mac"
build-configuration: Debug