mirror of
https://github.com/actions/runner-images.git
synced 2025-12-20 06:35:47 +00:00
[Anka] Decrement retries for auth attempts (#7217)
This commit is contained in:
@@ -42,6 +42,8 @@ if is_Monterey; then
|
|||||||
osascript -e 'tell application "System Events" to get application processes where visible is true'
|
osascript -e 'tell application "System Events" to get application processes where visible is true'
|
||||||
}
|
}
|
||||||
osascript $HOME/utils/confirm-identified-developers.scpt $USER_PASSWORD
|
osascript $HOME/utils/confirm-identified-developers.scpt $USER_PASSWORD
|
||||||
|
|
||||||
|
retry=$((retry-1))
|
||||||
echo "retries left "$retry
|
echo "retries left "$retry
|
||||||
sleep 10
|
sleep 10
|
||||||
done
|
done
|
||||||
|
|||||||
Reference in New Issue
Block a user