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')))"