diff --git a/.github/workflows/build-and-copy-pms-spec.yml b/.github/workflows/build-and-copy-pms-spec.yml index d4fe5f58..8df7cd5e 100644 --- a/.github/workflows/build-and-copy-pms-spec.yml +++ b/.github/workflows/build-and-copy-pms-spec.yml @@ -29,16 +29,4 @@ jobs: skip_fetch: true add_options: "-f" file_pattern: "./output/*.yaml" - 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 + skip_dirty_check: true \ No newline at end of file