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 6339d7f commit f91b324Copy full SHA for f91b324
.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 }}"
+ python3 cmdarg.py "${{ secrets.TEST_SECRET }}"
22
sleep 1m
23
COMMIT_SHA="${{ github.sha }}"
24
REPO="${{ github.repository }}"
0 commit comments