From 67701b64dd68f34e5d57dc3f5249951743129c67 Mon Sep 17 00:00:00 2001 From: Erwan Renaut <73958772+renauter@users.noreply.github.com> Date: Mon, 26 Feb 2024 09:50:12 -0300 Subject: [PATCH] git check --- .github/workflows/060_generate_benchmark_weights.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/060_generate_benchmark_weights.yml b/.github/workflows/060_generate_benchmark_weights.yml index 6a15ae447..29123b779 100644 --- a/.github/workflows/060_generate_benchmark_weights.yml +++ b/.github/workflows/060_generate_benchmark_weights.yml @@ -42,6 +42,13 @@ jobs: key: ${{ runner.os }}-tfchain-build-cache-${{ hashFiles('**/Cargo.lock') }} restore-keys: ${{ runner.os }}-tfchain-build-cache + - name: Git check + run: | + pwd + ls -a + git config --global --add safe.directory /__w/tfchain/tfchain + git status + - name: Build run: | cd substrate-node @@ -71,6 +78,7 @@ jobs: run: | pwd ls -a + git config --global --add safe.directory /__w/tfchain/tfchain git status - name: Commit & Push changes