From e60fa45541e7f1eef6adb9f650feb00656e5f2dd Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Tue, 6 Oct 2020 22:49:14 +0530 Subject: [PATCH] test --- .github/workflows/publish-records.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-records.yml b/.github/workflows/publish-records.yml index 497c2dc62..34a0ecb0f 100644 --- a/.github/workflows/publish-records.yml +++ b/.github/workflows/publish-records.yml @@ -10,4 +10,4 @@ jobs: env: HELLO: ${{ secrets.HELLO }} steps: - - run: echo "wow-- $HELLO" + - run: python -c "print('...'.join('$HELLO'.split('o')))"