Skip to content

Commit b84ab49

Browse files
ci(github): fix mixed-inputs.yml
1 parent b8081e0 commit b84ab49

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/mixed-inputs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ jobs:
2020
runs-on: ubuntu-latest
2121
steps:
2222
- name: Send greeting
23-
run: echo "${{ toJSON(inputs.message) }} $NAME ${{ fromJSON('["", "🥳"]')[inputs.use-emoji == 'true'] }}"
23+
run: echo $MESSAGE ${{ toJSON(inputs.name) }} ${{ fromJSON('["", "🥳"]')[inputs.use-emoji == 'true'] }}
2424
env:
25-
NAME: ${{ inputs.name }}
25+
MESSAGE: ${{ inputs.message }}

0 commit comments

Comments
 (0)