Skip to content

Commit ead8819

Browse files
committed
WIP: Add an automatic commit
1 parent eab1caa commit ead8819

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/update-params.yaml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ jobs:
1616
- name: Update parameters
1717
run: |
1818
./fetch-params.sh mainnet
19-
git status
20-
git diff
2119
20+
- name: Commit updated files
21+
uses: EndBug/add-and-commit@v9
22+
with:
23+
author_name: GitHub Actions
24+
author_email: [email protected]
25+
message: "build: Update protocol parameters [auto]"

0 commit comments

Comments
 (0)