Skip to content

Commit a584682

Browse files
authored
fix: repair check workflow for external PRs (ethereum#616)
1 parent 12ca872 commit a584682

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/per-pr.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -72,12 +72,9 @@ jobs:
7272
steps:
7373
- name: Checkout Repository
7474
uses: actions/checkout@v4
75-
- name: Extract branch name
76-
shell: bash
77-
run: echo "branch=${GITHUB_HEAD_REF:-${GITHUB_REF#refs/heads/}}" >> $GITHUB_OUTPUT
78-
id: extract_branch
7975
- name: Kurtosis Assertoor GitHub Action
8076
uses: ethpandaops/kurtosis-assertoor-github-action@v1
8177
with:
82-
ethereum_package_branch: ${{ steps.extract_branch.outputs.branch }}
78+
ethereum_package_url: "."
79+
ethereum_package_branch: ""
8380
ethereum_package_args: .github/tests/mix-assert.yaml

0 commit comments

Comments
 (0)