Skip to content
This repository has been archived by the owner on Sep 23, 2024. It is now read-only.

Commit

Permalink
fix: clone
Browse files Browse the repository at this point in the history
  • Loading branch information
rebelArtists committed Apr 26, 2024
1 parent 62da1f6 commit aefa1fd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/regression-test-auto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ jobs:
uses: docker/setup-buildx-action@v1
- name: Build agglayer image locally
run: |
git clone https://github.com/0xPolygon/agglayer.git
cd agglayer
if [ "$GITHUB_EVENT_NAME" == "pull_request" ]; then
GITHUB_SHA=$(cat $GITHUB_EVENT_PATH | jq -r .pull_request.head.sha)
fi
Expand Down

0 comments on commit aefa1fd

Please sign in to comment.