Skip to content

Commit

Permalink
fix: typo in required field of action metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
mdpye authored Feb 26, 2021
1 parent 4d955dc commit 3de7aa4
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 3de7aa4

Please sign in to comment.