mirror of
https://github.com/LukeHagar/plex-api-spec.git
synced 2025-12-06 20:47:46 +00:00
Only push .output file
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user