on: [push] jobs: build: runs-on: docker name: debug steps: - uses: actions/checkout@v4 - name: hello world action step uses: ./actions/hello with: who-to-greet: 'lubi' - name: Get the output time run: echo "The time was ${{ steps.hello.outputs.time }}"