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.
2 parents 5e56ded + 667b90f commit 24b1355Copy full SHA for 24b1355
1 file changed
.github/workflows/list-status.yaml
@@ -12,9 +12,13 @@ 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: |
- sleep 3m
21
+ sleep 2m
22
COMMIT_SHA="${{ github.sha }}"
23
REPO="${{ github.repository }}"
24
echo "Fetching legacy statuses for commit: $COMMIT_SHA in $REPO"
0 commit comments