added missing "run" for step

This commit is contained in:
Krishna Vedala 2020-05-29 17:24:14 -04:00
parent adae176d2a
commit 4c282aed0f

View File

@ -23,6 +23,7 @@ jobs:
git config --global user.email '${GITHUB_ACTOR}@users.noreply.github.com'
git remote set-url origin https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/$GITHUB_REPOSITORY
- name: Filename Formatter
run: |
for fname in $(find . -name '*.cpp' -o -name '*.h')
do
new_fname = tr ' ' '_' $fname