mirror of
https://github.com/LukeHagar/plex-api-spec.git
synced 2025-12-06 12:37:45 +00:00
cleaning leftover action step
This commit is contained in:
14
.github/workflows/build-and-copy-pms-spec.yml
vendored
14
.github/workflows/build-and-copy-pms-spec.yml
vendored
@@ -29,16 +29,4 @@ jobs:
|
|||||||
skip_fetch: true
|
skip_fetch: true
|
||||||
add_options: "-f"
|
add_options: "-f"
|
||||||
file_pattern: "./output/*.yaml"
|
file_pattern: "./output/*.yaml"
|
||||||
skip_dirty_check: true
|
skip_dirty_check: true
|
||||||
|
|
||||||
- name: Pushes Dereferenced Specification File
|
|
||||||
uses: dmnemec/copy_file_to_another_repo_action@main
|
|
||||||
env:
|
|
||||||
API_TOKEN_GITHUB: ${{ secrets.API_TOKEN_GITHUB }}
|
|
||||||
with:
|
|
||||||
source_file: ./output/plex-media-server-spec-dereferenced.yaml
|
|
||||||
destination_repo: lukehagar/plex-docs
|
|
||||||
destination_folder: static
|
|
||||||
user_email: lukeslakemail@gmail.com
|
|
||||||
user_name: lukehagar
|
|
||||||
commit_message: Updating PMS Spec
|
|
||||||
Reference in New Issue
Block a user