We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent acfbc54 commit 3829010Copy full SHA for 3829010
.github/workflows/sync-cursor-rules.yml
@@ -24,10 +24,6 @@ jobs:
24
fail-fast: false
25
matrix:
26
repo:
27
- # Personal
28
- - 'mynameistito/cursor-rules-test-1'
29
- - 'mynameistito/cursor-rules-test-2'
30
-
31
# KillzoneGaming
32
- 'KillzoneGaming/kzg-servers-connect'
33
- 'KillzoneGaming/kzg-workshop-map-puller'
@@ -36,6 +32,7 @@ jobs:
36
- 'KillzoneGaming/kzg-vip-confirmation-email-worker'
37
- 'KillzoneGaming/kzg-discord-servers-webhook'
38
34
- 'KillzoneGaming/kzg-surf-maps-discord-bot'
35
+ - 'KillzoneGaming/kzg-surf-maps-discord-bot'
39
40
steps:
41
- name: 📥 Checkout Source
@@ -237,4 +234,4 @@ jobs:
237
234
with:
238
235
name: failure-readme
239
236
path: failed_*.txt
240
- retention-days: 1
+ retention-days: 1
0 commit comments