Skip to content

Commit f3d78a3

Browse files
committed
WIP
1 parent 98e1832 commit f3d78a3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/runner.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- uses: ./
2525
with:
2626
# packit-url: https://packit.dide.ic.ac.uk/reside
27-
reports:
27+
reports: |
2828
- name: "incoming_data"
2929
- name: "explicit"
3030
- name: "custom_metadata"

action.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@ name: 'orderly'
22
description: 'Action to run an orderly workflow on Packit.'
33
inputs:
44
reports:
5+
type: 'string'
56
description: 'List of reports to run'
67

78
runs:
89
using: "composite"
910
steps:
1011
- run:
1112
echo ${{ inputs.reports }}
12-
echo ${{ fromJSON(inputs.reports)[0] }}

0 commit comments

Comments
 (0)