Skip to content

Commit f6f7abe

Browse files
committed
add action on branch
1 parent 51dacee commit f6f7abe

1 file changed

Lines changed: 22 additions & 0 deletions

File tree

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
name: Gitopia Mirror
2+
3+
on:
4+
push:
5+
branches: [wip-htrap]
6+
7+
jobs:
8+
build:
9+
runs-on: ubuntu-latest
10+
11+
steps:
12+
- uses: actions/checkout@v2
13+
- uses: actions/setup-node@v1
14+
with:
15+
node-version: 12
16+
registry-url: https://registry.npmjs.org/
17+
- name: Gitopia Mirror Action
18+
uses: gitopia/[email protected]
19+
with:
20+
gitopiaWallet: "${{ secrets.GITOPIA_WALLET }}"
21+
branch: "wip-htrap"
22+
remoteUrl: "gitopia://VC4NJ3nlVJJPgyJ4DScpeXx3-UnXmiasfrxiIFpJwb0/Gitopia"

0 commit comments

Comments
 (0)