mirror of
https://github.com/aljazceru/goose.git
synced 2026-01-02 05:54:23 +01:00
10 lines
160 B
YAML
10 lines
160 B
YAML
on:
|
|
workflow_dispatch:
|
|
|
|
name: Trigger Build CLI
|
|
|
|
jobs:
|
|
trigger-build-cli:
|
|
uses: ./.github/workflows/build-cli.yml
|
|
with:
|
|
ref: ${{ github.sha }} |