Skip to content

Commit

Permalink
Fix parameter names.
Browse files Browse the repository at this point in the history
  • Loading branch information
uhafner committed Dec 1, 2023
1 parent 91edcae commit 3dceef0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dogfood.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Run Autograding
uses: uhafner/autograding-github-action@main
with:
token: ${{ secrets.GITHUB_TOKEN }}
github-token: ${{ secrets.GITHUB_TOKEN }}
head-sha: ${{github.event.pull_request.head.sha}}
checks-name: "Autograding with Test Data"
config: >
Expand Down Expand Up @@ -150,7 +150,7 @@ jobs:
- name: Run Autograding
uses: uhafner/autograding-github-action@main
with:
token: ${{ secrets.GITHUB_TOKEN }}
github-token: ${{ secrets.GITHUB_TOKEN }}
checks-name: "Autograding GitHub Action"
config: >
{
Expand Down

0 comments on commit 3dceef0

Please sign in to comment.