Skip to content

Commit

Permalink
Renamed jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
rhazn committed Apr 11, 2023
1 parent 9c693d8 commit 07a46b4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/grading-feedback.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ jobs:
with:
path: main

- name: Checkout grading
- name: Checkout exercise feedback
uses: actions/checkout@v3
with:
repository: jvalue/amse-grading
repository: jvalue/amse-exercise-feedback
path: grading

- name: Set up Node
Expand All @@ -38,7 +38,7 @@ jobs:
with:
python-version: 3.11

# Run grading feedback
- name: Grading feedback
# Run exercise feedback
- name: Exercise feedback
run: |
./grading/ci/run_grading.sh

0 comments on commit 07a46b4

Please sign in to comment.