Skip to content

Commit 98e1832

Browse files
committed
WIP
1 parent 36f6b1f commit 98e1832

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

.github/workflows/runner.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,11 @@ jobs:
2020
- name: Execute tasks
2121
shell: bash
2222
run: Rscript -e 'source("run.R", echo=TRUE)'
23+
24+
- uses: ./
25+
with:
26+
# packit-url: https://packit.dide.ic.ac.uk/reside
27+
reports:
28+
- name: "incoming_data"
29+
- name: "explicit"
30+
- name: "custom_metadata"

action.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,4 @@ runs:
99
steps:
1010
- run:
1111
echo ${{ inputs.reports }}
12+
echo ${{ fromJSON(inputs.reports)[0] }}

0 commit comments

Comments
 (0)