From 9a47129135d5e0389752846e2bc3f6c1471197b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Ritzl?= Date: Mon, 19 Aug 2019 07:13:03 +0200 Subject: [PATCH] Removed test --- .github/workflows/test.yml | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 .github/workflows/test.yml diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml deleted file mode 100644 index 2586d34..0000000 --- a/.github/workflows/test.yml +++ /dev/null @@ -1,18 +0,0 @@ -name: Greet Everybody -# This workflow is triggered on pushes to the repository. -on: [push] - -jobs: - build: - # Job name is Greeting - name: Greeting - # This job runs on Linux - runs-on: ubuntu-latest - steps: - # This step uses the hello-world-action stored in this workflow's repository. - - uses: ./hello-world-action - with: - who-to-greet: 'Octocat' - id: hello - # This step prints the time. - - run: echo "The time was ${{ steps.hello.outputs.time }}"