Skip to content

Commit

Permalink
Almost there
Browse files Browse the repository at this point in the history
  • Loading branch information
sandrohanea committed Nov 10, 2024
1 parent d1ed8a6 commit 6f21442
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/collect-gpt-data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,9 +86,9 @@ jobs:
if (Test-Path $fullPath) {
$content = Get-Content -Path $fullPath -Raw | Out-String
Add-Content -Path "code_snippets.md" -Value "```csharp"
Add-Content -Path "code_snippets.md" -Value "``````csharp"
Add-Content -Path "code_snippets.md" -Value $content
Add-Content -Path "code_snippets.md" -Value "```n"
Add-Content -Path "code_snippets.md" -Value "``````n"
} else {
Write-Error "File not found: $fullPath" exit 1 # Fail the script if a file is not found
}
Expand Down

0 comments on commit 6f21442

Please sign in to comment.