Skip to content

Commit 2d2152a

Browse files
fix: update head repo full name
1 parent 2207ec0 commit 2d2152a

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -47,13 +47,9 @@ jobs:
4747
token: ${{ secrets.CODECOV_TOKEN }}
4848

4949
run-macos-latest-xlarge:
50-
if: github.repository == 'codecov/codecov-action'
50+
if: github.head.repo.full_name == 'codecov/codecov-action'
5151
runs-on: macos-latest-xlarge
5252
steps:
53-
- name: Dump GitHub context
54-
env:
55-
GITHUB_CONTEXT: ${{ toJSON(github) }}
56-
run: echo "$GITHUB_CONTEXT"
5753
- name: Checkout
5854
uses: actions/[email protected]
5955
- name: Install dependencies

0 commit comments

Comments
 (0)