Skip to content

Commit

Permalink
edit .yml
Browse files Browse the repository at this point in the history
  • Loading branch information
briantoby committed May 16, 2024
1 parent a4bdf9d commit a875456
Showing 1 changed file with 13 additions and 11 deletions.
24 changes: 13 additions & 11 deletions .github/workflows/TriggerRemote.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
# when run, this starts GitHub Actions workflow in repo GSAS-II-buildtools
name: Trigger on GSASII-buildtools

on:
workflow_dispatch:
inputs:
target_service:
description: 'Run on GSAS-II-buildtools'
required: true
target_version:
description: 'v0.0.1'
required: true
on: workflow_dispatch
# workflow_dispatch:
# inputs:
# target_service:
# description: 'Run on GSAS-II-buildtools'
# required: true
# target_version:
# description: 'v0.0.1'
# required: true

jobs:
trigger:
Expand All @@ -22,8 +22,10 @@ jobs:
repo_owner="AdvancedPhotonSource"
repo_name="GSAS-II-buildtools"
event_type="trigger-workflow"
service=${{ github.event.inputs.target_service }}"
version="${{ github.event.inputs.target_version }}"
# service="${{ github.event.inputs.target_service }}"
# version="${{ github.event.inputs.target_version }}"
service="Run invoked by GSAS-II repo"
version="TBD"

curl -L \
-X POST \
Expand Down

0 comments on commit a875456

Please sign in to comment.