Skip to content

reference action output in another step #7

reference action output in another step

reference action output in another step #7

Workflow file for this run

on: push
jobs:
hello-world:
runs-on: ubuntu-latest
name: Say hello
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Print hello world
id: hello
uses: ./
with:
who-to-greet: 'Hunter'
- name: Print time
run: echo "The time was ${{ steps.hello.outputs.time }}