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 38fb368 commit 272b1ba
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/composer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,7 @@ jobs:
- uses: actions/github-script@v7
with:
script: |
import * as composer from 'composer.json';
console.log(composer);
console.log(require('./composer.json'));
await github.rest.repos.replaceAllTopics({
owner: context.repo.owner,
Expand Down

0 comments on commit 272b1ba

Please sign in to comment.