Skip to content

Commit

Permalink
different line
Browse files Browse the repository at this point in the history
  • Loading branch information
Sasha committed Nov 16, 2023
1 parent e8070fe commit 4d4142d
Showing 1 changed file with 7 additions and 10 deletions.
17 changes: 7 additions & 10 deletions .github/workflows/ubuntodotnet.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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
GIT commit and push all changed files

0 comments on commit 4d4142d

Please sign in to comment.