diff --git a/.github/workflows/fakeaction.yml b/.github/workflows/fakeaction.yml deleted file mode 100644 index 7100b21..0000000 --- a/.github/workflows/fakeaction.yml +++ /dev/null @@ -1,12 +0,0 @@ -name: FakeAction - -on: - workflow_dispatch: - -jobs: - build: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v1 - - name: Run a one-line script - run: echo ping