Skip to content

Commit

Permalink
feat: Add step to checkout repository.
Browse files Browse the repository at this point in the history
  • Loading branch information
ryohidaka committed Sep 12, 2024
1 parent d77a880 commit fca5e62
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ outputs:
runs:
using: "composite"
steps:
- name: Checkout repository
uses: actions/checkout@v4

- name: Set Greeting
run: echo "Hello $INPUT_WHO_TO_GREET."
shell: bash
Expand Down

0 comments on commit fca5e62

Please sign in to comment.