Fix missing closing bracket

This commit is contained in:
Savarn Dontamsetti
2023-08-24 13:59:33 -04:00
parent 230f0d57ee
commit ff531fc7e9

View File

@@ -40,7 +40,7 @@ jobs:
git config --global user.name "Github Actions"
- name: 'Checkout new branch'
run: /
git checkout -b testpublish/${{ github.ref }}-${{ github.run_id }}-${{ github.run_number }
git checkout -b testpublish/${{ github.ref }}-${{ github.run_id }}-${{ github.run_number }}
git push -u origin testpublish/${{ github.ref }}-${{ github.run_id }}-${{ github.run_number }}
- name: 'install dependencies'
run: |