Skip to content

Commit cabb53c

Browse files
authored
ci: Add workflow name to size-limit-action (#4215)
This will allow it to download assets properly when checking the size limit action delta. GH does not require this on upload artifacts, only for download.
1 parent 846e732 commit cabb53c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,7 @@ jobs:
118118
with:
119119
github_token: ${{ secrets.GITHUB_TOKEN }}
120120
skip_step: build
121+
workflow_name: 'build'
121122

122123
job_lint:
123124
name: Lint

0 commit comments

Comments
 (0)