Skip to content

Commit

Permalink
fix: fixed input name in analyze
Browse files Browse the repository at this point in the history
Signed-off-by: schie <[email protected]>
  • Loading branch information
darryk10 authored and poiana committed Dec 11, 2024
1 parent 5d67612 commit 1a9c216
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion analyze/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ runs:
echo "config_file=${{ inputs.filters-config }}" >> $GITHUB_OUTPUT
else
echo "Using default config"
echo "config_file=${{github.action_path}}/${{inputs.config-file}}" >> $GITHUB_OUTPUT
echo "config_file=${{github.action_path}}/${{inputs.filters-config}}" >> $GITHUB_OUTPUT
fi
Expand Down

0 comments on commit 1a9c216

Please sign in to comment.