Skip to content

Commit 139ae46

Browse files
committed
WIP
1 parent bea319c commit 139ae46

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

action.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ runs:
1313
using: "composite"
1414
steps:
1515
- shell: bash
16-
run:
16+
run: |
1717
data=$(mktemp)
1818
echo '${{ inputs.reports }}' > $data
19-
Rscript --verbose '${{ github.action_path }}/run.R' '${{ inputs.packit-url }}' "$run"
19+
Rscript --verbose '${{ github.action_path }}/run.R' '${{ inputs.packit-url }}' "$data"

0 commit comments

Comments
 (0)