diff --git a/.github/workflows/grade.yml b/.github/workflows/grade.yml index 1717647..341f4d2 100644 --- a/.github/workflows/grade.yml +++ b/.github/workflows/grade.yml @@ -4,7 +4,7 @@ name: CloudSprints Grader on: pull_request: - branches: [main,master] + branches: [main, master] jobs: grade: @@ -16,14 +16,12 @@ jobs: id: grading with: api-url: 'https://staging.cloudsprints.com' - # Uncomment to enable GitHub App PR comments: - # callback-url: 'https://cloudsprints.com/api/github/grading-result' - name: Grading Summary if: always() run: | echo "## CloudSprints Grading Results" >> $GITHUB_STEP_SUMMARY echo "" >> $GITHUB_STEP_SUMMARY - echo "**Student:** ${{ steps.grading.outputs.email }}" >> $GITHUB_STEP_SUMMARY + echo "**Student:** ${{ steps.grading.outputs.github-username }}" >> $GITHUB_STEP_SUMMARY echo "**Score:** ${{ steps.grading.outputs.passed }}/${{ steps.grading.outputs.total }}" >> $GITHUB_STEP_SUMMARY echo "**Status:** ${{ steps.grading.outputs.status }}" >> $GITHUB_STEP_SUMMARY diff --git a/main.tf b/main.tf new file mode 100644 index 0000000..d02c97e --- /dev/null +++ b/main.tf @@ -0,0 +1,3 @@ +terraform {} + +# let's try this...