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 aacd978 commit 2ef1096Copy full SHA for 2ef1096
action.yml
@@ -8,7 +8,8 @@ inputs:
8
runs:
9
using: "composite"
10
steps:
11
- - run: |
+ - shell: bash
12
+ run: |
13
gh extension install actions/gh-actions-cache
14
15
mergedPRNumbers=$(gh pr list --state merged --json number | jq .[].number)
0 commit comments