Skip to content
This repository was archived by the owner on Nov 6, 2025. It is now read-only.

Commit 1f1ff10

Browse files
committed
fixed path
1 parent 87a4ce8 commit 1f1ff10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/changelog.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
base: 'base/fern/apis/beta/openapi-beta.yaml'
3939
revision: 'head/fern/apis/beta/openapi-beta.yaml'
4040
format: text
41-
output-to-file: 'changelog/beta/${{ steps.date.outputs.date }}_oasdiff.md'
41+
output-to-file: 'temp/beta/${{ steps.date.outputs.date }}_oasdiff.md'
4242
- name: Prompt
4343
run: |
4444
python changelog.py --date ${{ steps.date.outputs.date }}

0 commit comments

Comments
 (0)