Skip to content

Commit bd23353

Browse files
committed
create action to update skill
1 parent 9407182 commit bd23353

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/update-onboarding-skill.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ jobs:
2727
SINCE=$(date -d "${LOOKBACK_DAYS} days ago" --iso-8601)
2828
echo "since=${SINCE}" >> "$GITHUB_OUTPUT"
2929
30-
# Get commit summary for the prompt
3130
# Get commit log for relevant paths
3231
COMMIT_LOG=$(git log --since="${SINCE}" --oneline --no-merges \
3332
-- '*.go' 'block/' 'core/' 'types/' 'pkg/' 2>/dev/null || echo "")
@@ -68,7 +67,7 @@ jobs:
6867
- Do NOT make changes if commits are just bug fixes or minor tweaks
6968
7069
## Output
71-
- If updates were made, commit changes with message "docs: update ev-node-explainer skill based on weekly changes"
70+
- If updates were made, commit with message "docs: update ev-node-explainer skill"
7271
- If no meaningful updates needed, output "No skill updates required"
7372
7473
allowed_tools: |

0 commit comments

Comments
 (0)