Skip to content

Commit 39ef5de

Browse files
committed
Improve README.md and edit gitopia mirror action
1 parent 466acf9 commit 39ef5de

2 files changed

Lines changed: 14 additions & 7 deletions

File tree

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Gitopia mirror
1+
name: Mirror to Gitopia
22

33
on:
44
push:
@@ -10,14 +10,15 @@ jobs:
1010

1111
steps:
1212
- uses: actions/checkout@v2
13+
with:
14+
fetch-depth: 0
1315
- uses: actions/setup-node@v1
1416
with:
1517
node-version: 12
1618
registry-url: https://registry.npmjs.org/
17-
- name: Gitopia mirror action
18-
uses: gitopia/gitopia-mirror-action@master
19-
# The action should not publish any real changes, but should succeed.
19+
- name: Gitopia Mirror Action
20+
uses: gitopia/[email protected]
2021
with:
2122
gitopiaWallet: "${{ secrets.GITOPIA_WALLET }}"
2223
branch: "master"
23-
remoteUrl: "gitopia://jf9rQRuE_TnKi5stRHbGk8pjtVKQ_0ikFs8tfYyZLMs/git-remote-gitopia"
24+
remoteUrl: "gitopia://z_TqsbmVJOKzpuQH4YrYXv_Q0DrkwDwc0UqapRrE0Do/git-remote-gitopia"

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,14 @@
11
# git-remote-gitopia
22

3-
[![](https://img.shields.io/npm/v/@gitopia/git-remote-gitopia?color=)](https://www.npmjs.com/package/@gitopia/git-remote-gitopia)
3+
[![](https://img.shields.io/npm/v/@gitopia/git-remote-gitopia?color=)](https://www.npmjs.com/package/@gitopia/git-remote-gitopia)
4+
[![Gitopia](https://img.shields.io/endpoint?style=&url=https://gitopia.org/mirror-badge.json)](https://gitopia.org/#/z_TqsbmVJOKzpuQH4YrYXv_Q0DrkwDwc0UqapRrE0Do/git-remote-gitopia)
5+
46
git remote helper for [Gitopia](https://gitopia.org)
5-
PST Fee of 0.01 AR is applicable on git push.
7+
0.01 AR or 10% of the transaction fee, whichever is greater, will be charged as PST fee on git push. You don’t require an Arweave wallet for cloning repositories hence it’s free.
8+
9+
## Installation
10+
11+
`npm install -g @gitopia/git-remote-gitopia`
612

713
## Steps to Build
814

0 commit comments

Comments
 (0)