Skip to content

Commit

Permalink
ci: add missing shell property
Browse files Browse the repository at this point in the history
  • Loading branch information
PHILLIPS71 committed Apr 15, 2024
1 parent 02df5f3 commit 4f7c258
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/actions/schema/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

Expand Down

0 comments on commit 4f7c258

Please sign in to comment.