We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 31f7b8c + a338a9f commit 230b3edCopy full SHA for 230b3ed
.github/workflows/deploy.yml
@@ -0,0 +1,11 @@
1
+name: Deploy
2
+
3
+on:
4
+ workflow_dispatch:
5
6
+jobs:
7
+ deploy:
8
+ uses: Geode-solutions/actions/.github/workflows/js-deploy.yml@master
9
+ with:
10
+ repos: ${{ vars.REPOS }}
11
+ secrets: inherit
.github/workflows/merge_request.yml
@@ -0,0 +1,9 @@
+name: Merge request
+ release:
+ uses: Geode-solutions/actions/.github/workflows/js-merge-request.yml@master
.github/workflows/prepare_deploy.yml
+name: Prepare deploy
+ prepare:
+ uses: Geode-solutions/actions/.github/workflows/js-prepare-deploy.yml@master
0 commit comments