From 89af568649df5fa868e2e009fb73bbe6b61c8473 Mon Sep 17 00:00:00 2001 From: Jake Hemstad Date: Tue, 11 Jul 2023 20:15:57 +0000 Subject: [PATCH] Fix format of inputs env. --- .github/workflows/run-as-coder.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/run-as-coder.yml b/.github/workflows/run-as-coder.yml index 20c802ad349..833d92f9b8a 100644 --- a/.github/workflows/run-as-coder.yml +++ b/.github/workflows/run-as-coder.yml @@ -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: