Skip to content

Commit

Permalink
Merge branch 'master' into tsc-member
Browse files Browse the repository at this point in the history
  • Loading branch information
Shurtu-gal authored Jan 25, 2024
2 parents 8b65308 + 1b9a1cb commit 055e75c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/maintainers-tsc-changes-verification.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ jobs:
- name: Checkout PR branch
uses: actions/checkout@v3
with:
ref: ${{ github.head_ref }}
ref: ${{github.event.pull_request.head.ref}}
repository: ${{github.event.pull_request.head.repo.full_name}}
path: pr-branch

- name: Install js-yaml
Expand Down

0 comments on commit 055e75c

Please sign in to comment.