We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36f6b1f commit 98e1832Copy full SHA for 98e1832
.github/workflows/runner.yaml
@@ -20,3 +20,11 @@ jobs:
20
- name: Execute tasks
21
shell: bash
22
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
@@ -9,3 +9,4 @@ runs:
9
steps:
10
- run:
11
echo ${{ inputs.reports }}
12
+ echo ${{ fromJSON(inputs.reports)[0] }}
0 commit comments