Skip to content

Commit

Permalink
fix: repair check workflow for external PRs (#616)
Browse files Browse the repository at this point in the history
  • Loading branch information
pk910 committed May 15, 2024
1 parent 12ca872 commit a584682
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/per-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,12 +72,9 @@ jobs:
steps:
- name: Checkout Repository
uses: actions/checkout@v4
- name: Extract branch name
shell: bash
run: echo "branch=${GITHUB_HEAD_REF:-${GITHUB_REF#refs/heads/}}" >> $GITHUB_OUTPUT
id: extract_branch
- name: Kurtosis Assertoor GitHub Action
uses: ethpandaops/kurtosis-assertoor-github-action@v1
with:
ethereum_package_branch: ${{ steps.extract_branch.outputs.branch }}
ethereum_package_url: "."
ethereum_package_branch: ""
ethereum_package_args: .github/tests/mix-assert.yaml

0 comments on commit a584682

Please sign in to comment.