Skip to content

Commit

Permalink
fix command 'output'
Browse files Browse the repository at this point in the history
  • Loading branch information
Tamir91 committed Nov 7, 2023
1 parent f9a27be commit 97d7a2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/static_analysis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
# Leave only digits of major and minor version in the variable
current_cmake_version=$(echo ${current_cmake_version} | grep -oP "\d+\.\d+")
echo "Debug: current_cmake_version = $current_cmake_version"
# Saving cmake minimal version string in GitHub output
echo "current_cmake_version=$current_cmake_version" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit 97d7a2d

Please sign in to comment.