Skip to content

Commit

Permalink
Fix underscore
Browse files Browse the repository at this point in the history
  • Loading branch information
TimPansino committed Jun 5, 2024
1 parent 56ff336 commit 7b427d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/extract_agent_version_tags/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ runs:
version_name="${version_names[version_len]}"
if [[ version_len -gt ${#version_array[@]} ]]; then
output ${version_name} ''
output ${version_name}.enabled false
output ${version_name}_enabled false
else
if [[ ${version_len} -ne 0 ]]; then
sliced_version=$(echo ${version_array[@]:0:${version_len}} | sed "s/ /./g")
Expand Down

0 comments on commit 7b427d7

Please sign in to comment.