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 595124d commit 66f310b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/create_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ jobs:
steps:
- uses: actions/checkout@v4
- id: foo
uses: MannLabs/alphashared/hello-world-action@v1
# uses: MannLabs/alphashared/hello-world-action@v1
uses: ./.github/actions/hello-world-action
with:
who-to-greet: 'Mona the Octocat'
- run: echo random-number "$RANDOM_NUMBER"
Expand Down

0 comments on commit 66f310b

Please sign in to comment.