Skip to content

Commit

Permalink
small changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Sahaj-IBM committed May 15, 2024
1 parent f344912 commit 8102718
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/getGitHubRepos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
script: |
const query = `query($org: String!, $sort: String!) {
const query = `query($org:String!, $sort:String!) {
organization(login: $org) {
repositories(first: 100) {
nodes {
Expand All @@ -42,7 +42,7 @@ jobs:
const variables = {
org: 'ibm-client-engineering',
sort: 'updated'
};
}
const result = await github.graphql(query, variables)
Expand Down

0 comments on commit 8102718

Please sign in to comment.