Skip to content

Commit 5cd1cf3

Browse files
author
brentru
committed
close escaped {} sequence
1 parent 162e948 commit 5cd1cf3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ jobs:
2020
run: python3 setup.py install
2121
- name: Secret
2222
env:
23-
secret_io_key: ${{ secrets.CI_IO_KEY }
24-
secret_io_user: ${{ secrets.CI_IO_USERNAME }
23+
secret_io_key: ${{ secrets.CI_IO_KEY }}
24+
secret_io_user: ${{ secrets.CI_IO_USERNAME }}
2525
run: cd tests/
2626
- name: Run all unittests
2727
run: python3 -m unittest discover

0 commit comments

Comments
 (0)