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 e127e88 commit 19eee2cCopy full SHA for 19eee2c
1 file changed
.github/actions/all-green/action.yml
@@ -5,6 +5,8 @@ description: "Checks that all required checks have passed and the PR is green."
5
runs:
6
using: "composite"
7
steps:
8
+ - uses: actions/checkout@v4
9
+
10
- name: All Green
11
uses: wechuli/allcheckspassed@v2
12
with:
0 commit comments