Skip to content

Commit

Permalink
GIT commit and push docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Sasha committed Nov 16, 2023
1 parent d43a7fd commit 6026d8b
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions .github/workflows/ubuntodotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,20 @@ name: .NET
#on: pull_request_target

on:
push:
branches:
- main
pull_request_target:
branches: [ "TestRuns" ]

- name: GIT commit and push docs
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 "[email protected]"
git add docs
git commit -m "${{ env.CI_COMMIT_MESSAGE }}"
git push
jobs:
build:
Expand Down

0 comments on commit 6026d8b

Please sign in to comment.