We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98e1832 commit f3d78a3Copy full SHA for f3d78a3
.github/workflows/runner.yaml
@@ -24,7 +24,7 @@ jobs:
24
- uses: ./
25
with:
26
# packit-url: https://packit.dide.ic.ac.uk/reside
27
- reports:
+ reports: |
28
- name: "incoming_data"
29
- name: "explicit"
30
- name: "custom_metadata"
action.yaml
@@ -2,11 +2,11 @@ name: 'orderly'
2
description: 'Action to run an orderly workflow on Packit.'
3
inputs:
4
reports:
5
+ type: 'string'
6
description: 'List of reports to run'
7
8
runs:
9
using: "composite"
10
steps:
11
- run:
12
echo ${{ inputs.reports }}
- echo ${{ fromJSON(inputs.reports)[0] }}
0 commit comments