Skip to content

Commit

Permalink
added missing argument
Browse files Browse the repository at this point in the history
  • Loading branch information
RatakondalaArun committed May 17, 2021
1 parent 156aa00 commit 4145dce
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ inputs:
creditionals:
required: true
description: Creditionals for pub.dev site to deploy the package.

package_path:
default: .
required: false
Expand All @@ -18,5 +19,5 @@ runs:
using: composite
steps:
- run: >
$GITHUB_ACTION_PATH/publish.sh '${{inputs.creditionals}}'
$GITHUB_ACTION_PATH/publish.sh '${{inputs.creditionals}}' '${{inputs.package_path}}'
shell: bash

0 comments on commit 4145dce

Please sign in to comment.