diff --git a/.github/workflows/manual.yml b/.github/workflows/manual.yml index e98171c..674ea6b 100644 --- a/.github/workflows/manual.yml +++ b/.github/workflows/manual.yml @@ -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