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 952a882 commit 667b90fCopy full SHA for 667b90f
1 file changed
.github/workflows/list-status.yaml
@@ -12,6 +12,10 @@ jobs:
12
- name: Checkout repository
13
uses: actions/checkout@v3
14
15
+ - name: Test Output
16
+ run: |
17
+ echo "Hello"
18
+
19
- name: List legacy commit statuses (plural endpoint)
20
run: |
21
sleep 2m
0 commit comments