From 5e8681c44e550fe371a24f95e3c4fd56342afb42 Mon Sep 17 00:00:00 2001 From: TwistedUmbrellaX Date: Sat, 23 Mar 2024 14:39:00 -0400 Subject: [PATCH] Remove a possible action source Doesn't provide the necessary support --- .github/workflows/release.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e84d5b0..fb617fa 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -64,9 +64,3 @@ jobs: files: | intro-skipper-v${{ github.event.inputs.version }}.zip intro-skipper-v${{ github.event.inputs.version }}.zip.md5 - - # - name: Push changes - # uses: ad-m/github-push-action@master - # with: - # github_token: ${{ secrets.GITHUB_TOKEN }} - # branch: master