This commit is contained in:
Kreyren 2020-02-17 23:59:58 +00:00
parent 160e6f0e30
commit 2183abaf8f

@ -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
- 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 }}"