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.
1 parent bd24e43 commit a338a9fCopy full SHA for a338a9f
.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