From 31271b249a7459dba5b2aeb48ed4c79f18019b46 Mon Sep 17 00:00:00 2001 From: Luke Hagar Date: Thu, 26 Oct 2023 16:16:49 -0500 Subject: [PATCH] No more copy --- .../workflows/build-and-copy-plextv-spec.yml | 22 +++++++++---------- .github/workflows/build-and-copy-pms-spec.yml | 22 +++++++++---------- 2 files changed, 22 insertions(+), 22 deletions(-) diff --git a/.github/workflows/build-and-copy-plextv-spec.yml b/.github/workflows/build-and-copy-plextv-spec.yml index 792a44f9..234afec9 100644 --- a/.github/workflows/build-and-copy-plextv-spec.yml +++ b/.github/workflows/build-and-copy-plextv-spec.yml @@ -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 diff --git a/.github/workflows/build-and-copy-pms-spec.yml b/.github/workflows/build-and-copy-pms-spec.yml index fbf012f2..ad3cd11d 100644 --- a/.github/workflows/build-and-copy-pms-spec.yml +++ b/.github/workflows/build-and-copy-pms-spec.yml @@ -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