From 4f7c2586419eff0bc25bc51612e11664d9a3e8b9 Mon Sep 17 00:00:00 2001 From: Jordan Phillips Date: Mon, 15 Apr 2024 16:26:07 +1000 Subject: [PATCH] ci: add missing shell property --- .github/actions/schema/action.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/actions/schema/action.yml b/.github/actions/schema/action.yml index e5684701..156070c6 100644 --- a/.github/actions/schema/action.yml +++ b/.github/actions/schema/action.yml @@ -8,6 +8,7 @@ runs: using: "composite" steps: - name: "📄 Build GraphQL Schema" + shell: bash run: dotnet run -- schema export --output schema.graphql working-directory: ${{ inputs.working-directory }}