Skip to content

Commit

Permalink
Fix format of inputs env.
Browse files Browse the repository at this point in the history
  • Loading branch information
jrhemstad committed Jul 11, 2023
1 parent 6880ded commit 89af568
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/run-as-coder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,7 @@ on:
image: {type: string, required: true}
runner: {type: string, required: true}
command: {type: string, required: true}
env:
type: object
required: false
default: {}
env: { type: object, required: false, default: {} }

jobs:
run-as-coder:
Expand Down

0 comments on commit 89af568

Please sign in to comment.