From 013391e83a3370c6a74893d8db5154e5f2e70fd5 Mon Sep 17 00:00:00 2001 From: Kreyren Date: Tue, 18 Feb 2020 00:30:11 +0000 Subject: [PATCH] agsgd --- .github/custom-actions/sourcehub-layer/action.yml | 2 ++ .github/workflows/test.yml | 7 +------ 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/.github/custom-actions/sourcehub-layer/action.yml b/.github/custom-actions/sourcehub-layer/action.yml index 9b136f8..769ceb7 100644 --- a/.github/custom-actions/sourcehub-layer/action.yml +++ b/.github/custom-actions/sourcehub-layer/action.yml @@ -1,3 +1,5 @@ +# FIXME: Hook https://man.sr.ht/builds.sr.ht/api.md so that we can use sourcehub in GitHub action + name: 'Hello World' description: 'Greet someone and record the time' inputs: diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 9fa4c9f..1dcb01a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -6,9 +6,4 @@ jobs: steps: - uses: actions/checkout@v2 - name: Hello world action step - uses: ./.github/custom-actions/sourcehub-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 + uses: ./.github/custom-actions/sourcehub-layer \ No newline at end of file