No more copy

This commit is contained in:
Luke Hagar
2023-10-26 16:16:49 -05:00
parent 95e88a97fc
commit 31271b249a
2 changed files with 22 additions and 22 deletions

View File

@@ -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

View File

@@ -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