Skip to content

Commit

Permalink
[autofix.ci] apply automated fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
autofix-ci[bot] authored Apr 25, 2024
1 parent 3c8db4c commit 7d61718
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,9 @@ const deleteGithubRepositoryProviderMutation = graphql(/* GraphQL */ `
`)

const updateGithubRepositoryProviderMutation = graphql(/* GraphQL */ `
mutation UpdateGithubRepositoryProvider($input: UpdateRepositoryProviderInput!) {
mutation UpdateGithubRepositoryProvider(
$input: UpdateRepositoryProviderInput!
) {
updateGithubRepositoryProvider(input: $input)
}
`)
Expand Down

0 comments on commit 7d61718

Please sign in to comment.