mirror of
https://github.com/LukeHagar/plex-api-spec.git
synced 2025-12-06 12:37:45 +00:00
No more copy
This commit is contained in:
22
.github/workflows/build-and-copy-plextv-spec.yml
vendored
22
.github/workflows/build-and-copy-plextv-spec.yml
vendored
@@ -26,16 +26,16 @@ jobs:
|
||||
run: |
|
||||
swagger-cli bundle --dereference plextv/plextv-spec.yaml -t yaml -o plex-tv-spec-dereferenced.yaml
|
||||
|
||||
- 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: plex-tv-spec-dereferenced.yaml
|
||||
destination_repo: lukehagar/plex-docs
|
||||
destination_folder: static
|
||||
user_email: lukeslakemail@gmail.com
|
||||
user_name: lukehagar
|
||||
commit_message: Updating PlexTV Spec
|
||||
# - 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: plex-tv-spec-dereferenced.yaml
|
||||
# destination_repo: lukehagar/plex-docs
|
||||
# destination_folder: static
|
||||
# user_email: lukeslakemail@gmail.com
|
||||
# user_name: lukehagar
|
||||
# commit_message: Updating PlexTV Spec
|
||||
|
||||
- uses: stefanzweifel/git-auto-commit-action@v4
|
||||
|
||||
22
.github/workflows/build-and-copy-pms-spec.yml
vendored
22
.github/workflows/build-and-copy-pms-spec.yml
vendored
@@ -26,16 +26,16 @@ jobs:
|
||||
run: |
|
||||
swagger-cli bundle --dereference pms/pms-spec.yaml -t yaml -o plex-media-server-spec-dereferenced.yaml
|
||||
|
||||
- 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: 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
|
||||
# - 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: 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
|
||||
|
||||
- uses: stefanzweifel/git-auto-commit-action@v4
|
||||
|
||||
Reference in New Issue
Block a user