Skip to content

Commit

Permalink
Update issue-to-pr.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
albertinisg authored Dec 20, 2024
1 parent 1bf1ec5 commit 5439d77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/issue-to-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
# Sanitize prompt name to create a valid file name
FILE_NAME="$(echo "$PROMPT_NAME" | tr '[:upper:]' '[:lower:]' \
| sed -E 's/[^a-z0-9]+/-/g; s/^-+|-+$//g')"
FILE_PATH="aida-prompts/_prompts/${FILE_NAME}.md"
FILE_PATH="aida-prompts/_prompts/${FILE_NAME}.md" # Ensure the file has a .md extension
echo "Creating file at $FILE_PATH"
Expand Down

0 comments on commit 5439d77

Please sign in to comment.