You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
pr_title="Deploy branch status - $(date +"%B %Y")"
pr_body="** This PR was created automatically ** This PR can be used to easily see when cron-based pushes to GitHub happen, and allow us an opportunity to review changes prior to merging into master."
for path in ${device_config_directories[@]}; do
echo -e "\nSynchronizing: $path"
cd $path || (echo "Failed: Invalid path? '$path'" && continue)