Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
ethereum-package
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
vicotor
ethereum-package
Commits
a5846821
Unverified
Commit
a5846821
authored
May 15, 2024
by
pk910
Committed by
GitHub
May 15, 2024
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: repair check workflow for external PRs (#616)
parent
12ca8721
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
5 deletions
+2
-5
per-pr.yml
.github/workflows/per-pr.yml
+2
-5
No files found.
.github/workflows/per-pr.yml
View file @
a5846821
...
@@ -72,12 +72,9 @@ jobs:
...
@@ -72,12 +72,9 @@ jobs:
steps
:
steps
:
-
name
:
Checkout Repository
-
name
:
Checkout Repository
uses
:
actions/checkout@v4
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
-
name
:
Kurtosis Assertoor GitHub Action
uses
:
ethpandaops/kurtosis-assertoor-github-action@v1
uses
:
ethpandaops/kurtosis-assertoor-github-action@v1
with
:
with
:
ethereum_package_branch
:
${{ steps.extract_branch.outputs.branch }}
ethereum_package_url
:
"
."
ethereum_package_branch
:
"
"
ethereum_package_args
:
.github/tests/mix-assert.yaml
ethereum_package_args
:
.github/tests/mix-assert.yaml
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment