We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b267436 commit 86023f3Copy full SHA for 86023f3
action.yml
@@ -14,5 +14,5 @@ runs:
14
using: "composite"
15
steps:
16
- name: export environment variable
17
- run: echo "${{ inputs.name }}=${{ inputs.name }}" | Out-File -FilePath $env:GITHUB_ENV -Encoding utf8 -Append
+ run: echo "${{ inputs.name }}=${{ inputs.value }}" | Out-File -FilePath $env:GITHUB_ENV -Encoding utf8 -Append
18
shell: powershell
0 commit comments