We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8eb4185 commit 97250d0Copy full SHA for 97250d0
‎.github/workflows/generate-schema.yml‎
@@ -22,7 +22,7 @@ jobs:
22
run: dotnet restore
23
- name: Generate
24
run: >-
25
- dotnet run --project ./Tools/Generate/Generate.csproj -- ${{
26
- github.token }} ./Octokit.GraphQL/
+ dotnet run --project ./tools/Generate/Generate.csproj -- ${{
+ github.token }} ./src/Octokit.GraphQL/
27
- name: Build
28
run: dotnet build
0 commit comments