Skip to content

Commit aacd978

Browse files
fix: remove unnecessary fields and indents (#4)
1 parent a10f587 commit aacd978

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

action.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,10 @@ inputs:
55
description: GitHub token
66
default: ${{ github.token }}
77
required: false
8-
outputs:
9-
runs:
10-
using: "composite"
8+
runs:
9+
using: "composite"
1110
steps:
12-
-
13-
run: |
11+
- run: |
1412
gh extension install actions/gh-actions-cache
1513
1614
mergedPRNumbers=$(gh pr list --state merged --json number | jq .[].number)

0 commit comments

Comments
 (0)