Skip to content

Commit

Permalink
fix variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
blink1073 committed Nov 11, 2022
1 parent 3a05e10 commit 0eee438
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/downstream-test/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ runs:
package_name=${{inputs.package_name}}
package_spec="${{inputs.package_spec}}"
test_command="${{inputs.test_command}}"
package_download_extra_args="${{inputs.package_download_args}}"
package_download_extra_args="${{inputs.package_download_extra_args}}"
root=$(pwd)
eval "${{inputs.env_values}}"
echo "::endgroup::"
Expand Down

0 comments on commit 0eee438

Please sign in to comment.