Update manual.yml

This commit is contained in:
Henrik
2023-01-20 18:42:43 +01:00
committed by GitHub
parent 7615ddc6e8
commit 86f2edd6c1

View File

@@ -50,7 +50,7 @@ jobs:
run: |
echo "The version is ${{ env.version_string }}"
- name: Commit the changes
run: git -c user.name=${{ secrets.NAME }} -c user.email=${{ secrets.EMAIL }} commit -m "${{ env.version_string }}"
run: git -c user.name=${{ secrets.NAME }} -c user.email=${{ secrets.EMAIL }} commit -m ${{ env.version_string }}
- name: Push the changes
run: git push
#run: git push git@github.com:myname/myproject.git