From 8da72419a387e656a0f811cef3ccac32827d08bd Mon Sep 17 00:00:00 2001 From: Kreyren Date: Mon, 17 Feb 2020 23:48:57 +0000 Subject: [PATCH] gfjdfgj --- .github/workflows/test.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index b4fc069..fdc478e 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -5,14 +5,11 @@ jobs: runs-on: ubuntu-latest name: A job to say hello steps: - # To use this repository's private action, you must check out the repository - - name: Checkout - uses: actions/checkout@v2 - name: Hello world action step - uses: ./.github/custom-actions/sourcehut-layer + uses: actions/checkout@v2 + uses: .github/custom-actions/sourcehut-layer id: hello with: who-to-greet: 'Mona the Octocat' - # Use the output from the `hello` step - name: Get the output time run: echo "The time was ${{ steps.hello.outputs.time }}" \ No newline at end of file