Skip to content

Commit

Permalink
test this
Browse files Browse the repository at this point in the history
  • Loading branch information
jeroen committed Apr 29, 2024
1 parent faa6cff commit 8b56ccc
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,15 @@ inputs:
sourcepkg:
description: 'Filename of the source package'
required: true
branch:
description: 'Filename of the source package'
required: false
default: 'latest'
outputs:
binarypkg:
description: 'Filename of the wasm binary package (if successful)'
runs:
using: 'docker'
image: 'docker://ghcr.io/r-universe-org/build-wasm'
image: docker://ghcr.io/r-universe-org/build-wasm:${{ inputs.branch }}
env:
SOURCEPKG: ${{ inputs.sourcepkg }}

0 comments on commit 8b56ccc

Please sign in to comment.