Skip to content

Commit

Permalink
- name: 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 6026d8b commit 41b7c66
Showing 1 changed file with 14 additions and 13 deletions.
27 changes: 14 additions & 13 deletions .github/workflows/ubuntodotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,6 @@ name: .NET
on:
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 Expand Up @@ -48,7 +36,20 @@ jobs:
uses: actions/setup-dotnet@v3
with:
dotnet-version: 6.0.x


- 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
- name: Install Python 3
uses: actions/setup-python@v1
with:
Expand Down

0 comments on commit 41b7c66

Please sign in to comment.