mirror of
https://github.com/mukul975/Anthropic-Cybersecurity-Skills.git
synced 2026-07-20 06:20:58 +03:00
fix: add missing import re in update-index workflow, bump version to 1.1.0
This commit is contained in:
@@ -19,7 +19,7 @@ jobs:
|
|||||||
- name: Regenerate index.json
|
- name: Regenerate index.json
|
||||||
run: |
|
run: |
|
||||||
python3 << 'EOF'
|
python3 << 'EOF'
|
||||||
import os, json
|
import os, json, re
|
||||||
from datetime import datetime, timezone
|
from datetime import datetime, timezone
|
||||||
|
|
||||||
skills_dir = "skills"
|
skills_dir = "skills"
|
||||||
@@ -45,7 +45,7 @@ jobs:
|
|||||||
})
|
})
|
||||||
|
|
||||||
index = {
|
index = {
|
||||||
"version": "1.0.0",
|
"version": "1.1.0",
|
||||||
"generated_at": datetime.now(timezone.utc).strftime("%Y-%m-%dT%H:%M:%SZ"),
|
"generated_at": datetime.now(timezone.utc).strftime("%Y-%m-%dT%H:%M:%SZ"),
|
||||||
"repository": "https://github.com/mukul975/Anthropic-Cybersecurity-Skills",
|
"repository": "https://github.com/mukul975/Anthropic-Cybersecurity-Skills",
|
||||||
"domain": "cybersecurity",
|
"domain": "cybersecurity",
|
||||||
|
|||||||
Reference in New Issue
Block a user