Skip to content

Commit

Permalink
Changes ExamProCo#28
Browse files Browse the repository at this point in the history
  • Loading branch information
vadzim-kuzmich committed Aug 17, 2024
1 parent 4d9ff0d commit cc25553
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/hello-world-manual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ jobs:
run: echo "Preparing for the greeting."
- id: greeting
name: Greeting
run: echo "{inputs.greeting} {inputs.name}!"
run: echo "${{inputs.greeting}} ${{inputs.name}}!"
- id: completion
name: Completion
run: echo "{inputs.completion}"
run: echo "${{inputs.completion}}"

0 comments on commit cc25553

Please sign in to comment.