We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46ce318 commit 033d6e2Copy full SHA for 033d6e2
.github/actions/artifact-size-metrics/download-and-process/action.yml
@@ -9,8 +9,8 @@ inputs:
9
runs:
10
using: composite
11
steps:
12
+ # Compares artifact size metrics and sets LARGE_DIFF to true if a size increase of ≥5% is detected.
13
- name: Download and process artifact size metrics
- description: Compares artifact size metrics and sets LARGE_DIFF to true if a size increase of ≥5% is detected.
14
shell: bash
15
env:
16
DOWNLOAD: ${{ inputs.download }}
0 commit comments