Skip to content

Commit

Permalink
Add filter to checkout only the required files
Browse files Browse the repository at this point in the history
  • Loading branch information
wawanbreton committed Jun 4, 2024
1 parent 4967307 commit 4f1c3e9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release-process_tester.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,15 @@ jobs:
repository: Ultimaker/Cura
ref: 255.123.42
token: ${{ secrets.CURA_AUTORELEASE_PAT }}
filter: resources/texts/change_log.txt

- name: Checkout Cura-workflows repo
uses: actions/checkout@v4
with:
repository: Ultimaker/Cura-workflows
path: Cura-workflows
ref: CURA-10769_automate_release_action
filter: runner_scripts/extract_changelog.py

- name: Extract changelog
run: python ./Cura-workflows/runner_scripts/extract_changelog.py --version 5.7.1 --changelog ./resources/texts/change_log.txt > formatted_changelog.txt
Expand Down

0 comments on commit 4f1c3e9

Please sign in to comment.