We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51dacee commit f6f7abeCopy full SHA for f6f7abe
1 file changed
.github/workflows/gitopia-mirror.yml
@@ -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
20
+ gitopiaWallet: "${{ secrets.GITOPIA_WALLET }}"
21
+ branch: "wip-htrap"
22
+ remoteUrl: "gitopia://VC4NJ3nlVJJPgyJ4DScpeXx3-UnXmiasfrxiIFpJwb0/Gitopia"
0 commit comments