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 fb94d6b commit fd0f204
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 @@ -77,7 +77,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="docs/_prompts/${FILE_NAME}.md"
echo "Creating file at $FILE_PATH"
mkdir -p "$(dirname "$FILE_PATH")"
# Write the front matter to the file
Expand Down

0 comments on commit fd0f204

Please sign in to comment.