Skip to content

Commit 2ef1096

Browse files
fix: add shell property (#5)
1 parent aacd978 commit 2ef1096

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

action.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ inputs:
88
runs:
99
using: "composite"
1010
steps:
11-
- run: |
11+
- shell: bash
12+
run: |
1213
gh extension install actions/gh-actions-cache
1314
1415
mergedPRNumbers=$(gh pr list --state merged --json number | jq .[].number)

0 commit comments

Comments
 (0)