Skip to content

Commit

Permalink
fix: fetch brnchea
Browse files Browse the repository at this point in the history
  • Loading branch information
johnhaup committed May 19, 2024
1 parent b079e7b commit 690516a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/tsc-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ jobs:
- name: Checkout the repository
uses: actions/checkout@v3

- name: Fetch branches
run: git fetch origin ${{ github.base_ref }}:${{ github.base_ref }} ${{ github.head_ref }}:${{ github.head_ref }}

- name: Extract target branch name
run: |
branch=${{ github.base_ref }}
Expand Down

0 comments on commit 690516a

Please sign in to comment.