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 3ffa8be commit e8ce33b
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: actions/MannLabs/alphashared/hello_world@v1
uses: MannLabs/alphashared/hello_world@v1
with:
who-to-greet: 'Mona the Octocat'
- run: echo random-number "$RANDOM_NUMBER"
Expand Down

0 comments on commit e8ce33b

Please sign in to comment.