Show HN: OpenHands' GitHub Action
github.comJust created an open sourced Github Action and published on Marketplace: "xinbenlv/openhands-action": This GitHub Action brings the power of OpenHands' AI automation directly into your GitHub workflows. Now you can execute complex tasks using natural language prompts right in your CI/CD pipelines! Check it out here: https://github.com/xinbenlv/openhands-action Example usage: ```yaml - name: Execute OpenHands Task uses: xinbenlv/openhands-action@v1 with: prompt: "Your natural language task description here" llm_api_key: ${{ secrets.LLM_API_KEY }} ``` Would love to hear your thoughts and see what creative ways you'll use this in your workflows! Let me know if you have any questions or need help getting started. :blush: