From 2183abaf8ffbb93495316fa28c46641b5c9d4c18 Mon Sep 17 00:00:00 2001 From: Kreyren Date: Mon, 17 Feb 2020 23:59:58 +0000 Subject: [PATCH] dassfd --- .github/workflows/test.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 064a54b..7d54bcb 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -11,4 +11,10 @@ jobs: run: | ls -la /home/runner/work/Zernit/Zernit/ ls -la /home/runner/work/Zernit/Zernit/.github/custom-actions/sourcehut-layer - \ No newline at end of file + - name: Hello world action step + uses: ${{ github.workspace }}/.github/custom-actions/sourcehut-layer + id: hello + with: + who-to-greet: 'Mona the Octocat' + - name: Get the output time + run: echo "The time was ${{ steps.hello.outputs.time }}" \ No newline at end of file