Skip to content

Commit

Permalink
change names
Browse files Browse the repository at this point in the history
  • Loading branch information
PlugIN73 committed Sep 4, 2020
1 parent 3717bf2 commit ba083f6
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
@@ -1,7 +1,7 @@
name: 'Project action'
name: 'Hexlet project action'
description: 'For testing projects'
inputs:
project-docker-image:
project_image:
description: 'Docker image from original project repository.'
required: true
outputs:
Expand All @@ -11,5 +11,5 @@ runs:
using: 'docker'
image: 'Dockerfile'
args:
- ${{ inputs.project-docker-image }}
- ${{ inputs.project_image }}

0 comments on commit ba083f6

Please sign in to comment.