Skip to content
This repository has been archived by the owner on Apr 29, 2024. It is now read-only.

Commit

Permalink
make input unrequired
Browse files Browse the repository at this point in the history
  • Loading branch information
eliobischof committed Aug 12, 2020
1 parent ad28181 commit 6bd61c4
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions action.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
name: 'ORBOS E2E Test'
description: 'Runs ORBITER end-to-end tests with the ORB the action is applied to'
inputs:
who-to-greet: # id of input
description: 'Who to greet'
required: true
default: 'World'
orbconfig: # id of input
description: 'orbconfig file pointing to the ORB under test'
required: false
default: ''
outputs:
time: # id of output
description: 'The time we greeted you'
runs:
using: 'node12'
main: 'index.js'
main: 'dist/index.js'

0 comments on commit 6bd61c4

Please sign in to comment.