This commit is contained in:
Akshay Nair
2020-10-06 22:49:14 +05:30
parent cd72504dfd
commit e60fa45541
+1 -1
View File
@@ -10,4 +10,4 @@ jobs:
env:
HELLO: ${{ secrets.HELLO }}
steps:
- run: echo "wow-- $HELLO"
- run: python -c "print('...'.join('$HELLO'.split('o')))"