Skip to content

Commit

Permalink
exercise 5
Browse files Browse the repository at this point in the history
  • Loading branch information
sgrenf95 committed May 17, 2024
1 parent 1fffaec commit 3bcabd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/exercise_5.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Print Hello World
uses: ./.github/actions/greeting/action@v1
uses: ./.github/actions/greeting
with:
message: "Hello, ${{ github.event.pull_request.title }}"

0 comments on commit 3bcabd8

Please sign in to comment.