Skip to content

Commit de511ee

Browse files
committed
Fix YAML syntax error in weekly-report workflow
1 parent a77b046 commit de511ee

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/fvutils-weekly-report.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,9 +80,9 @@ jobs:
8080
8181
# Create prompt for summary
8282
cat > /tmp/prompt.txt << 'PROMPT_EOF'
83-
Based on the following weekly activity report, create a concise summary paragraph (3-4 sentences) that highlights the key accomplishments and identifies a theme for the week's work. Focus on what was achieved and the overall direction of development.
84-
85-
PROMPT_EOF
83+
Based on the following weekly activity report, create a concise summary paragraph (3-4 sentences) that highlights the key accomplishments and identifies a theme for the week's work. Focus on what was achieved and the overall direction of development.
84+
85+
PROMPT_EOF
8686
8787
cat /tmp/activity.md >> /tmp/prompt.txt
8888

0 commit comments

Comments
 (0)