Skip to content

Commit

Permalink
Fix type
Browse files Browse the repository at this point in the history
  • Loading branch information
endast committed May 16, 2024
1 parent e4877ea commit d4ba871
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/run-pipeline.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,17 @@
name: Run pipeline


on:
workflow_call:
inputs:
environment_file:
required: true
type: str
type: string
pipeline_cmd:
required: true
type: str
type: string
name:
required: true
type: str
type: string

jobs:
Run-Pipeline:
Expand Down

0 comments on commit d4ba871

Please sign in to comment.