Abhinandankaushik opened a new pull request, #149: URL: https://github.com/apache/datafusion-site/pull/149
### **Title** ``` Fix: Track main branch instead of pinned commit in Makefile ``` ### **Description** The infrastructure-actions repository is currently pinned to a specific commit in the Makefile due to a previously reported issue in apache/infrastructure-actions (#218). That issue has since been resolved, but the pinned commit remains outdated. I attempted to build the local Docker image using the pinned commit hash and encountered URL-related failures, which further suggests that the commit is no longer reliable. This change updates the Makefile to stop pinning to a fixed commit and instead track the latest `main` branch of the infrastructure-actions repository. This ensures we automatically receive future fixes and reduces the risk of build failures caused by stale dependencies. **Changes Made :** - Removed the hardcoded `COMMIT_HASH` - Updated the `checkout-commit` target to fetch and sync with `origin/main` fix issue : #144 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
