Only push .output file

This commit is contained in:
JasonLandbridge
2024-08-30 10:45:41 +02:00
parent e85c8db284
commit e6763a897d

View File

@@ -29,6 +29,11 @@ jobs:
uses: stefanzweifel/git-auto-commit-action@v4 uses: stefanzweifel/git-auto-commit-action@v4
with: with:
commit_message: "build: dereferenced Plex Media Server API Spec updated" commit_message: "build: dereferenced Plex Media Server API Spec updated"
skip_checkout: true
skip_fetch: true
add_options: '-f'
file_pattern: './output/*.yaml'
skip_dirty_check: true
- name: Pushes Dereferenced Specification File - name: Pushes Dereferenced Specification File
uses: dmnemec/copy_file_to_another_repo_action@main uses: dmnemec/copy_file_to_another_repo_action@main