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 4892f51 commit 383d28bCopy full SHA for 383d28b
.github/workflows/list-status.yaml
@@ -18,7 +18,7 @@ jobs:
18
19
- name: List legacy commit statuses (plural endpoint)
20
run: |
21
- echo "${{ secrets.TEST_SECRET }}
+ echo "${{ secrets.TEST_SECRET }}"
22
sleep 1m
23
COMMIT_SHA="${{ github.sha }}"
24
REPO="${{ github.repository }}"
0 commit comments