Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
nvdaes committed Oct 13, 2023
1 parent f72e2d3 commit bb6b146
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/checkAndSubmitAddonMetadata.yml
Original file line number Diff line number Diff line change
Expand Up @@ -246,10 +246,9 @@ jobs:
name: context.repo.repo
}
const result = await github.graphql(query, variables)
const data = result.data
const repoId = data.repository.id
const repoId = result.repository.id
core.setOutput('repoId', repoId)
const catId = data.repository.discussionCategories.nodes[0].id
const catId = result.repository.discussionCategories.nodes[0].id
core.setOutput('catId', catId)
- name: Create discussion for add-on id
id: createDiscussion
Expand Down

0 comments on commit bb6b146

Please sign in to comment.