From 4d4142d10da83adb492a341b66e64fea62d9ad08 Mon Sep 17 00:00:00 2001 From: Sasha Date: Thu, 16 Nov 2023 15:46:03 +1300 Subject: [PATCH] different line --- .github/workflows/ubuntodotnet.yml | 17 +++++++---------- 1 file changed, 7 insertions(+), 10 deletions(-) diff --git a/.github/workflows/ubuntodotnet.yml b/.github/workflows/ubuntodotnet.yml index 48343d6..9b741fc 100644 --- a/.github/workflows/ubuntodotnet.yml +++ b/.github/workflows/ubuntodotnet.yml @@ -1,6 +1,12 @@ # This workflow will build a .NET project # For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-net + + + + + + name: .NET #on: pull_request_target @@ -98,13 +104,4 @@ jobs: - name: ls run: ls -a - -- name: GIT commit and push all changed files - env: - CI_COMMIT_MESSAGE: Continuous Integration Build Artifacts - CI_COMMIT_AUTHOR: Continuous Integration - run: | - git config --global user.name "${{ env.CI_COMMIT_AUTHOR }}" - git config --global user.email "username@users.noreply.github.com" - git commit -a -m "${{ env.CI_COMMIT_MESSAGE }}" - git push \ No newline at end of file +GIT commit and push all changed files \ No newline at end of file