Skip to content

Commit c7fc26a

Browse files
authored
Actualizar create-issue.yml
1 parent 1cbf0d0 commit c7fc26a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/create-issue.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
name: Automate issue creation with Actions and gh CLI
22

33
on:
4-
schedule:
5-
- cron: "0 2 * * 1-5"
4+
workflow-dispatch:
65

76
env:
87
GH_TOKEN: ${{ github.token }}

0 commit comments

Comments
 (0)