Skip to content

Commit

Permalink
Merge pull request #8 from mdpye/patch-1
Browse files Browse the repository at this point in the history
fix: typo in required field of action metadata
  • Loading branch information
addnab authored Mar 3, 2021
2 parents 4d955dc + 3de7aa4 commit 29813b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ inputs:
docker_network:
description: 'Docker Network ID'
default: ${{ job.container.network }}
retuired: false
required: false
runs:
using: 'docker'
image: 'Dockerfile'

0 comments on commit 29813b1

Please sign in to comment.