diff --git a/.github/workflows/060_generate_benchmark_weights.yml b/.github/workflows/060_generate_benchmark_weights.yml index d00ded076..6a15ae447 100644 --- a/.github/workflows/060_generate_benchmark_weights.yml +++ b/.github/workflows/060_generate_benchmark_weights.yml @@ -66,6 +66,12 @@ jobs: --output ./pallets/"$pal_name"/src/weights.rs \ --template ./.maintain/frame-weight-template.hbs done + + - name: Git check + run: | + pwd + ls -a + git status - name: Commit & Push changes uses: actions-js/push@master