dassfd
This commit is contained in:
parent
160e6f0e30
commit
2183abaf8f
8
.github/workflows/test.yml
vendored
8
.github/workflows/test.yml
vendored
@ -11,4 +11,10 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
ls -la /home/runner/work/Zernit/Zernit/
|
ls -la /home/runner/work/Zernit/Zernit/
|
||||||
ls -la /home/runner/work/Zernit/Zernit/.github/custom-actions/sourcehut-layer
|
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 }}"
|
Loading…
Reference in New Issue
Block a user