Skip to content

Commit

Permalink
Update action to use grade-action
Browse files Browse the repository at this point in the history
  • Loading branch information
bodhish committed May 26, 2023
1 parent 62d8cfd commit 270bff8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ runs:
}
- name: Report invalid repository URL in submission
if: ${{ steps.get-repo-name.outputs.result == 'failure' && inputs.testMode == 'false' }}
uses: pupilfirst/actions/grading@v1
uses: pupilfirst/grade-action@v1
with:
fail_submission: true
feedback: |
Expand All @@ -71,7 +71,7 @@ runs:
path: ${{ inputs.repoPath }}
- name: Report invalid repository URL in submission
if: ${{ steps.get-repo-name.outputs.result != 'failure' && steps.checkout-repo.outcome != 'success' && inputs.testMode == 'false' }}
uses: pupilfirst/actions/grading@v1
uses: pupilfirst/grade-action@v1
with:
fail_submission: true
feedback: |
Expand Down Expand Up @@ -119,7 +119,7 @@ runs:
return missingPaths.flat().map(path => "- " + path).join("\n");
- name: Report invalid repository URL in submission
if: ${{ steps.verify-structure.outputs.result != '' && inputs.testMode == 'false' }}
uses: pupilfirst/actions/grading@v1
uses: pupilfirst/grade-action@v1
with:
fail_submission: true
feedback: |
Expand Down

0 comments on commit 270bff8

Please sign in to comment.