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