From 11b19a280bc64ae6425f46143460d294bb4351b1 Mon Sep 17 00:00:00 2001 From: Jack Vanel <100318096+jacquesvanel@users.noreply.github.com> Date: Sun, 1 Mar 2026 16:51:38 -0600 Subject: [PATCH] Delete .github/workflows/custom-action.yml --- .github/workflows/custom-action.yml | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 .github/workflows/custom-action.yml diff --git a/.github/workflows/custom-action.yml b/.github/workflows/custom-action.yml deleted file mode 100644 index 7a87b53f1..000000000 --- a/.github/workflows/custom-action.yml +++ /dev/null @@ -1,15 +0,0 @@ -on: [push] - -jobs: - my-job: - runs-on: ubuntu-latest - name: A job to say hello - steps: - - name: Hello world action step - id: hello - uses: omenking/barsoom@0.0.6 - with: - name: 'Brown' - # Use the output from the `hello` step - - name: Get the Output - run: echo "The time was ${{ steps.hello.outputs.greeting }}" \ No newline at end of file