Skip to content

Commit

Permalink
Fix changeset checker
Browse files Browse the repository at this point in the history
  • Loading branch information
JayaShakthi97 committed Mar 20, 2024
1 parent a1609a7 commit 3eddd71
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/check-changeset.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,14 +60,6 @@ jobs:
- name: Extract PR Number Artifact
run: unzip pr-number.zip

- name: Get Authenticated User Info
uses: actions/[email protected]
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
script: |
const userInfo = await github.users.getAuthenticated();
console.log("Username:", userInfo.data.login);
- name: 💬 Remove Existing Changeset Comment
uses: actions/[email protected]
with:
Expand Down

0 comments on commit 3eddd71

Please sign in to comment.