Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
antonioelumir authored Sep 26, 2024
1 parent 553939d commit 331cae2
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/actions/hello-world-composite-action/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,11 @@ runs:
shell: bash
- run: echo "${{ github.action_path }}" >> $GITHUB_PATH
shell: bash
- name: Hello world
uses: actions/hello-world-javascript-action@main
with:
who-to-greet: "${{ inputs.who-to-greet }}"
id: hello
- name: Echo the greeting's time
run: echo 'The time was ${{ steps.hello.outputs.time }}.'
shell: bash

0 comments on commit 331cae2

Please sign in to comment.