Skip to content

Commit 074aebf

Browse files
committed
wording
Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
1 parent 8eced20 commit 074aebf

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Remark Commit
22

33
CLI to remark commits on-chain to timestamp them in the historical data of Polkadot. It remarks a
4-
string containing the team, project name and commit hash. You can see it in action for account
5-
[1jam](https://collectives-polkadot.subscan.io/account/1jamyjYe97qPPtdeYVcUosPwc2Bv1Y6zNEMtzPW8a2z2abN):
4+
string containing the team, project name and commit hash. You can see it in action for the
5+
[1jam](https://collectives-polkadot.subscan.io/account/1jamyjYe97qPPtdeYVcUosPwc2Bv1Y6zNEMtzPW8a2z2abN) account:
66

77
![](.assets/remarks.png)
88

@@ -17,8 +17,8 @@ cargo install remark-commit --locked
1717
...and run:
1818

1919
```sh
20-
SEED="${{ secrets.POLKADOT_SEED }}" \
2120
remark-commit \
21+
--seed "//Alice" \
2222
--org "JamBrains" \
2323
--repo "graymatter" \
2424
--commit "93916fb33655de9cb0eb4882e7e2036dbd4c32b9"
@@ -32,7 +32,7 @@ Find a full GitHub CI example that you can copy&paste to your repo in
3232
```yaml
3333
- name: Remark Commit
3434
run: |
35-
cargo install remark-commit --locked
35+
cargo install remark-commit --locked -q
3636
3737
SEED="${{ secrets.POLKADOT_SEED }}" \
3838
remark-commit \

0 commit comments

Comments
 (0)