We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72603df commit 67fcc32Copy full SHA for 67fcc32
1 file changed
.github/workflows/tmp-test.yml
@@ -0,0 +1,10 @@
1
+name: Test dispatch
2
+
3
+on:
4
+ workflow_dispatch:
5
+jobs:
6
+ lint:
7
+ runs-on: ubuntu-latest
8
+ steps:
9
+ - name: Deploy docs
10
+ uses: code16/sharp/.github/workflows/deploy.yml@main
0 commit comments