From 84ece8f6b9601cff7d48c60c6149d5f83d91a20b Mon Sep 17 00:00:00 2001 From: ManlyMarco <39247311+ManlyMarco@users.noreply.github.com> Date: Mon, 28 Feb 2022 19:11:48 +0100 Subject: [PATCH] Delete test_workflow_dispatch.yml Unused old test --- .github/workflows/test_workflow_dispatch.yml | 21 -------------------- 1 file changed, 21 deletions(-) delete mode 100644 .github/workflows/test_workflow_dispatch.yml diff --git a/.github/workflows/test_workflow_dispatch.yml b/.github/workflows/test_workflow_dispatch.yml deleted file mode 100644 index a0b95b6..0000000 --- a/.github/workflows/test_workflow_dispatch.yml +++ /dev/null @@ -1,21 +0,0 @@ -name: Test workflow_dispatch - -# Controls when the action will run. -on: - # Allows you to run this workflow manually from the Actions tab - workflow_dispatch: - -# A workflow run is made up of one or more jobs that can run sequentially or in parallel -jobs: - # This workflow contains a single job called "build" - build: - # The type of runner that the job will run on - runs-on: ubuntu-latest - - # Steps represent a sequence of tasks that will be executed as part of the job - steps: - - name: Fetch Latest Release - uses: thebritican/fetch-latest-release@v2.0.0 - id: release - - - run: echo steps.release.outputs.body