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 integrates Google Sheets with GitHub Classroom to automatically send assignment results. It uses Google Sheets API credentials and automates the process of updating the grades in a specified sheet based on the results from the classroom-resources/autograding-command-grader@v1 step in your GitHub actions workflow. The action ensures that the correct columns are created for each task result and updates them accordingly, ensuring accurate tracking of submissions in Google Sheets.
What’s Changed
First working version with basic functionality