Skip to content

Commit 033d6e2

Browse files
authored
remove description from action step
1 parent 46ce318 commit 033d6e2

File tree

1 file changed

+1
-1
lines changed
  • .github/actions/artifact-size-metrics/download-and-process

1 file changed

+1
-1
lines changed

.github/actions/artifact-size-metrics/download-and-process/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ inputs:
99
runs:
1010
using: composite
1111
steps:
12+
# Compares artifact size metrics and sets LARGE_DIFF to true if a size increase of ≥5% is detected.
1213
- name: Download and process artifact size metrics
13-
description: Compares artifact size metrics and sets LARGE_DIFF to true if a size increase of ≥5% is detected.
1414
shell: bash
1515
env:
1616
DOWNLOAD: ${{ inputs.download }}

0 commit comments

Comments
 (0)