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

Commit 7945121

Browse files
committed
path to script
1 parent 17f8ba6 commit 7945121

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/changelog.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,7 @@ jobs:
4141
output-to-file: 'temp/beta/${{ steps.date.outputs.date }}_oasdiff.md'
4242
- name: Prompt
4343
run: |
44-
git checkout HEAD^
45-
python changelog.py --date ${{ steps.date.outputs.date }}
44+
python ./changelog.py --date ${{ steps.date.outputs.date }}
4645
git config user.name github-actions
4746
git config user.email [email protected]
4847
git add fern/apis/*/changelog

0 commit comments

Comments
 (0)