Skip to content

Commit

Permalink
add hello world action
Browse files Browse the repository at this point in the history
  • Loading branch information
mschwoer committed Jul 12, 2024
1 parent e8ce33b commit f3bdec8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- id: foo
uses: MannLabs/alphashared/hello_world@v1
uses: MannLabs/alphashared/actions/hello_world@v1
with:
who-to-greet: 'Mona the Octocat'
- run: echo random-number "$RANDOM_NUMBER"
Expand Down

0 comments on commit f3bdec8

Please sign in to comment.