Update manual.yml

This commit is contained in:
Henrik
2023-01-20 18:52:44 +01:00
committed by GitHub
parent efefdae026
commit 919c0d4bb4

View File

@@ -48,9 +48,9 @@ jobs:
env:
envFile: manualenv.yml
run: |
echo "The version is ${{ env.version_string }}"
echo "The version is ${{ manualenv.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 ${{ manualenv.version_string }}
- name: Push the changes
run: git push
#run: git push git@github.com:myname/myproject.git