Skip to content

Commit ed2c99e

Browse files
authored
Merge branch 'developerproductivity:main' into main
2 parents a72d611 + f91b324 commit ed2c99e

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/list-status.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
1919
- name: List legacy commit statuses (plural endpoint)
2020
run: |
21-
echo "${{ secrets.TEST_SECRET }}"
21+
python3 cmdarg.py "${{ secrets.TEST_SECRET }}"
2222
sleep 1m
2323
COMMIT_SHA="${{ github.sha }}"
2424
REPO="${{ github.repository }}"

cmdarg.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
import sys
2+
3+
print(sys.argv)

0 commit comments

Comments
 (0)