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.
2 parents 2215905 + 7b83dd4 commit d21b9a3Copy full SHA for d21b9a3
input_files/update_yml_entries.sh
@@ -84,7 +84,7 @@ if [ "$newer" -eq 0 ]; then
84
fi
85
86
if [ "$channel" = "unstable" ] && [ "$latest_channel" = "unstable" ]; then
87
- if [[ $latest =~ .*-([[:digit:]])-[[:alnum:]]{7} ]]; then
+ if [[ $latest =~ .*-([[:digit:]]+)-[[:alnum:]]{7} ]]; then
88
revision="${BASH_REMATCH[1]}"
89
commit_sha=${component_name: -7}
90
((revision=$revision+1))
@@ -100,4 +100,4 @@ else
100
101
102
echo "Updated."
103
-echo "UPDATED=true" >> $GITHUB_ENV
+echo "UPDATED=true" >> $GITHUB_ENV
0 commit comments