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 a72d611 + f91b324 commit ed2c99eCopy full SHA for ed2c99e
.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 }}"
cmdarg.py
@@ -0,0 +1,3 @@
1
+import sys
2
+
3
+print(sys.argv)
0 commit comments