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