Skip to content

Commit eedd7c0

Browse files
authored
ci: Fix external contributor workflow (#12755)
This failed (again) here: https://github.com/getsentry/sentry-javascript/actions/runs/9791997167/job/27036907594 Hopefully this fixes it...
1 parent b4d6469 commit eedd7c0

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/external-contributors.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ jobs:
1717
&& github.actor != 'dependabot[bot]'
1818
steps:
1919
- uses: actions/checkout@v4
20-
with:
21-
ref: ${{ github.head_ref }}
2220
- name: Set up Node
2321
uses: actions/setup-node@v4
2422
with:

0 commit comments

Comments
 (0)