docs: update comment for clarity

This commit is contained in:
Parkreiner
2024-11-22 20:30:39 +00:00
parent 5827168382
commit bf3e5efaca

View File

@@ -164,7 +164,9 @@ else
fi fi
# Update environment variable so that if automatic re-deployment fails, we # Update environment variable so that if automatic re-deployment fails, we
# don't keep running the script over and over again # don't keep running the script over and over again. Note that even if a
# re-deployment succeeds, that doesn't necessarily mean that everything is
# fully operational
echo "LATEST_REDEPLOY_FAILED=1" >> $GITHUB_ENV echo "LATEST_REDEPLOY_FAILED=1" >> $GITHUB_ENV
fi fi