Classroom to sheets integration
Version updated for https://github.com/SPGC/ClassroomToSheetsIntegration to version v0.1.0marketplace.
- This action is used across all versions by ? repositories.
Action Type
This is a Docker action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
This GitHub Action automates the integration between GitHub Classroom and Google Sheets. It sends assignment results from GitHub Classroom to a specified Google Sheet, updating existing rows or creating new ones as necessary. The action requires Google Sheets API credentials and is configured via GitHub Actions secrets for authentication. Users can specify student names, task results, and table IDs in their workflow files, and the action will dynamically update the spreadsheet with the results.
What’s Changed
First working version with basic functionality