We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1cbf0d0 commit c7fc26aCopy full SHA for c7fc26a
.github/workflows/create-issue.yml
@@ -1,8 +1,7 @@
1
name: Automate issue creation with Actions and gh CLI
2
3
on:
4
- schedule:
5
- - cron: "0 2 * * 1-5"
+ workflow-dispatch:
6
7
env:
8
GH_TOKEN: ${{ github.token }}
0 commit comments