Skip to content

Commit

Permalink
allow specifiying custom image url
Browse files Browse the repository at this point in the history
Signed-off-by: Aisha Tammy <floss@bsd.ac>
  • Loading branch information
epsilon-0 committed Sep 21, 2022
1 parent e21315a commit 51df30b
Show file tree
Hide file tree
Showing 5 changed files with 452 additions and 478 deletions.
5 changes: 5 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,11 @@ inputs:
A list of environment variables to forward to the virtual machine.
The list should be separated with spaces.
default: ''
image_url:
required: false
description: |
URL for running the action with a custom image.
default: ''

runs:
using: node12
Expand Down

0 comments on commit 51df30b

Please sign in to comment.