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 2d95a18 commit c02a84dCopy full SHA for c02a84d
.github/workflows/build.yaml
@@ -83,6 +83,9 @@ jobs:
83
- name: Copy integration plugin to output directory
84
working-directory: .
85
run: cp ./integration-plugin/build/integration-plugin ./github-output/
86
+ - name: Copy manifest to output directory
87
+ working-directory: .
88
+ run: cp ./integration-plugin/manifest.yaml ./github-output/
89
- name: Pack output
90
91
run: |
integration-plugin/manifest.yaml
@@ -0,0 +1 @@
1
+IntegrationType: github_account
0 commit comments