Skip to content

Commit

Permalink
fix: rename action to hello-world-js
Browse files Browse the repository at this point in the history
  • Loading branch information
gr2m committed Apr 26, 2021
1 parent a1a41aa commit cf5bc0c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ jobs:
id: hello_world_greeting
with:
greeting: "Gregor"
- run: node -e 'assert.equal("${{ steps.hello_world.outputs.greeting }}", "Hello, JavaScript!")'
- run: node -e 'assert.equal("${{ steps.hello_world.outputs.greeting }}", "Hello, world!")'
- run: node -e 'assert.equal("${{ steps.hello_world_greeting.outputs.greeting }}", "Hello, Gregor!")'
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Hello, JS!
name: Hello, world! (JS)
description: "A simple GitHub Action written in JavaScript"
branding:
icon: "clipboard"
Expand All @@ -7,7 +7,7 @@ inputs:
greeting:
description: "Custom media type in the Accept header"
required: false
default: "JavaScript"
default: "world"
outputs:
greeting:
description: "The full greeting text"
Expand Down

0 comments on commit cf5bc0c

Please sign in to comment.