Skip to content

Commit

Permalink
Merge pull request #2 from DantasB/action
Browse files Browse the repository at this point in the history
Create the mocked action
  • Loading branch information
DantasB authored Jul 8, 2022
2 parents f59e7de + bfd6371 commit 4991954
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: 'Assignment Corrector'
description: 'Evaluates your assignment and returns the grade'
inputs:
programming-language:
description: 'The selected programming language'
required: true
outputs:
time:
description: 'The time we received your file'
runs:
using: 'docker'
image: 'Dockerfile'
args:
- ${{ inputs.programming-language }}

0 comments on commit 4991954

Please sign in to comment.