From 101654f30eff32fb3d24e8ef3478f0ce3b12d1ef Mon Sep 17 00:00:00 2001 From: Roy Crihfield Date: Wed, 27 Sep 2023 15:50:17 +0800 Subject: [PATCH] Rm branch spec --- .gitea/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/test.yml b/.gitea/workflows/test.yml index 5c068e1..dc1c606 100644 --- a/.gitea/workflows/test.yml +++ b/.gitea/workflows/test.yml @@ -100,7 +100,6 @@ jobs: - uses: actions/checkout@v3 with: repository: cerc-io/eth-statediff-compliance - ref: telackey/ci path: ./eth-statediff-compliance token: ${{ secrets.CICD_REPO_TOKEN }} - uses: actions/setup-go@v4 @@ -114,6 +113,7 @@ jobs: TOKEN: ${{ secrets.CICD_REPO_TOKEN }} run: | git config --global url."https://$TOKEN:@git.vdb.to/".insteadOf https://git.vdb.to/ + - name: Update go.mod for dumpdiff-geth working-directory: ./eth-statediff-compliance/ run: ./scripts/update-mod.sh ../plugeth-statediff dumpdiff-geth/