We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5dbe1ef commit 92a971fCopy full SHA for 92a971f
.github/workflows/create-docs-card.yaml .github/workflows/create-docs-card.yml.github/workflows/create-docs-card.yaml renamed to .github/workflows/create-docs-card.yml
.github/workflows/test-create-docs-card.yml
@@ -0,0 +1,16 @@
1
+name: Manual Test - Trigger Docs Card
2
+
3
+on:
4
+ push:
5
+ branches:
6
+ - das-28
7
8
+jobs:
9
+ trigger-workflow:
10
+ uses: singnet/das/.github/workflows/create-docs-card.yml@das-28
11
+ with:
12
+ issue_title: 'Test title'
13
+ issue_url: 'https://github.com/singnet/das/issues/28'
14
+ repo: ${{ github.repository }}
15
+ secrets:
16
+ GH_TOKEN: ${{ secrets.GH_TOKEN }}
0 commit comments