Skip to content

Commit

Permalink
upd
Browse files Browse the repository at this point in the history
  • Loading branch information
tonit committed Sep 15, 2024
1 parent aed1bb9 commit b0aa6d9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion .github/actions/hello-world/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ inputs:
runs:
using: "composite"
steps:
- uses: actions/checkout@v3
- name: Say Hello
run: |
echo "Hello ${{ inputs.yourname }}"
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- name: say-it
uses: ./.github/actions/hello-world
with:
Expand Down

0 comments on commit b0aa6d9

Please sign in to comment.