From ed430dbd8f7d5b66ef17b8276f3b0d0f567a66b7 Mon Sep 17 00:00:00 2001 From: Luke Hagar Date: Sun, 8 Sep 2024 03:16:09 +0000 Subject: [PATCH] cleaning leftover action step --- .github/workflows/build-and-copy-pms-spec.yml | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) 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