Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
vudaltsov committed Sep 9, 2024
1 parent 4e37668 commit 436b48c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/composer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ jobs:
- uses: actions/github-script@v7
with:
script: |
github.rest.repos.getAllTopics({
console.log(github.rest.repos.getAllTopics({
owner: context.repo.owner,
repo: context.repo.repo,
})
}))
env:
GH_TOKEN: ${{ secrets.TYPHOON_REPO_ADMIN_TOKEN }}

Expand Down

0 comments on commit 436b48c

Please sign in to comment.