Update manual.yml
This commit is contained in:
4
.github/workflows/manual.yml
vendored
4
.github/workflows/manual.yml
vendored
@@ -48,9 +48,9 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
envFile: manualenv.yml
|
envFile: manualenv.yml
|
||||||
run: |
|
run: |
|
||||||
echo "The version is ${{ env.version_string }}"
|
echo "The version is ${{ manualenv.version_string }}"
|
||||||
- name: Commit the changes
|
- 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
|
- name: Push the changes
|
||||||
run: git push
|
run: git push
|
||||||
#run: git push git@github.com:myname/myproject.git
|
#run: git push git@github.com:myname/myproject.git
|
||||||
|
Reference in New Issue
Block a user