Skip to content

Commit

Permalink
fixed error
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmedbham committed Apr 14, 2024
1 parent bcc0862 commit 5971074
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/reusable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Echo greeting
run: echo "Hello ${{ github.event.inputs.who-to-greet }}"
run: echo "Hello ${{ inputs.who-to-greet }}"
- name: Set current time
id: time
run: |
Expand Down

0 comments on commit 5971074

Please sign in to comment.