Skip to content

Commit 45f7ce4

Browse files
committed
fix: remove -s flag from command call
1 parent 227b7f6 commit 45f7ce4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ runs:
142142
fi
143143
144144
# Build command
145-
CMD="python main.py -p ${{ inputs.project_repo }} -v ${{ inputs.version_old }} -s -pm ${{ inputs.package_manager }}"
145+
CMD="python main.py -p ${{ inputs.project_repo }} -v ${{ inputs.version_old }} -pm ${{ inputs.package_manager }}"
146146
147147
if [ "${{ inputs.differential_analysis }}" == "true" ]; then
148148
CMD="$CMD -vn ${{ inputs.version_new }} -d"

0 commit comments

Comments
 (0)