diff --git a/action.yml b/action.yml index 622cabc..c3fcfd6 100644 --- a/action.yml +++ b/action.yml @@ -11,7 +11,7 @@ runs: using: 'docker' image: 'Dockerfile' args: - - ${{ iputs.project-directory }} + - ${{ inputs.project-directory }} branding: icon: 'activity'