Skip to content

Commit

Permalink
Create actions.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
renato-marciano authored Jul 28, 2020
1 parent 296d2a3 commit ac04910
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions actions.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# action.yml
name: 'pristine'
author: 'Microsoft CSE'
description: 'Check PRs commit history'
# inputs:
# who-to-greet: # id of input
# description: 'Who to greet'
# required: true
# default: 'World'
# outputs:
# time: # id of output
# description: 'The time we greeted you'
runs:
using: 'docker'
image: 'pristine2020/pristine-action'
# args:
# - ${{ inputs.who-to-greet }}

0 comments on commit ac04910

Please sign in to comment.