Skip to content

Commit 9163874

Browse files
committed
add label and table in html
1 parent 04082b6 commit 9163874

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/size-qg-measure-disk-use.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,9 @@ jobs:
2323
with:
2424
fetch-depth: 0
2525
- name: Add label
26-
uses: actions-ecosystem/action-add-label@bd52874380e3909a1ac983768df6976535ece7f8 # v1.1.0
2726
if: github.event.pull_request.draft == false
28-
with:
29-
labels: "show-size-delta"
27+
run: |
28+
gh pr edit ${{ github.event.pull_request.number }} --add-label "show-size-delta"
3029
3130
measure-disk-usage:
3231
runs-on: ubuntu-22.04

0 commit comments

Comments
 (0)