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

Commit 1993689

Browse files
committed
checkout needed to run script
1 parent fc558b0 commit 1993689

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/changelog.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ jobs:
1212
- name: Get current date
1313
id: date
1414
run: echo "::set-output name=date::$(date +'%Y-%m-%d')"
15+
- name: Check out repository content
16+
uses: actions/checkout@v2
1517
- name: Check out HEAD rev
1618
uses: actions/checkout@v2
1719
with:
@@ -41,7 +43,7 @@ jobs:
4143
output-to-file: 'temp/beta/${{ steps.date.outputs.date }}_oasdiff.md'
4244
- name: Prompt
4345
run: |
44-
python /home/runner/work/fern-api-docs/changelog.py --date ${{ steps.date.outputs.date }}
46+
python changelog.py --date ${{ steps.date.outputs.date }}
4547
git config user.name github-actions
4648
git config user.email [email protected]
4749
git add fern/apis/*/changelog

0 commit comments

Comments
 (0)