Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
hoxbro committed Jun 10, 2024
1 parent 647d779 commit 2c8304f
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/run_downstream_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,14 @@ on:
workflow_call:
inputs:
downstream_repos_as_json:
description: 'A JSON string of downstream repos to test'
required: true
type: string
client_payload:
description: 'A JSON string of client payload to pass to downstream tests'
default: '{"target": "downstream", "cache": false}'
required: false
type: string
secrets:
ACCESS_TOKEN:
required: true
Expand All @@ -17,7 +23,7 @@ on:
type: string
client_payload:
description: 'A JSON string of client payload to pass to downstream tests'
default: '{"cache": false}' # Should be something like this: '{"target": "downstream", "cache": false}'
default: '{"target": "downstream", "cache": false}'
required: false
type: string
secrets:
Expand Down

0 comments on commit 2c8304f

Please sign in to comment.