Skip to content

Commit

Permalink
Update 060_generate_benchmark_weights.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
renauter authored Feb 23, 2024
1 parent 6f38681 commit a3bb3ea
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/060_generate_benchmark_weights.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a3bb3ea

Please sign in to comment.