Skip to content

Commit 86023f3

Browse files
committed
bug fix
1 parent b267436 commit 86023f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ runs:
1414
using: "composite"
1515
steps:
1616
- name: export environment variable
17-
run: echo "${{ inputs.name }}=${{ inputs.name }}" | Out-File -FilePath $env:GITHUB_ENV -Encoding utf8 -Append
17+
run: echo "${{ inputs.name }}=${{ inputs.value }}" | Out-File -FilePath $env:GITHUB_ENV -Encoding utf8 -Append
1818
shell: powershell

0 commit comments

Comments
 (0)