Skip to content

Commit

Permalink
cimmit all to master
Browse files Browse the repository at this point in the history
  • Loading branch information
Sasha committed Nov 16, 2023
1 parent 4d4142d commit 67cb046
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
13 changes: 11 additions & 2 deletions .github/workflows/ubuntodotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,16 @@ on:
jobs:
build:

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 commit -a -m "${{ env.CI_COMMIT_MESSAGE }}"
git push
runs-on: ubuntu-latest
permissions:
Expand Down Expand Up @@ -103,5 +113,4 @@ jobs:
run: echo "new_page_url=${{ steps.deployment.outputs.page_url }}index.html" >> $GITHUB_OUTPUT
- name: ls
run: ls -a
GIT commit and push all changed files
run: ls -a
1 change: 0 additions & 1 deletion modelCsharp/TestModel/testGraph/testGraph/testGraph.py
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,6 @@ def make_observed(observed):
plt.show()



#shutil.rmtree(path+"\\OutputFiles")
#shutil.rmtree(path+"\\NitrogenApplied")

Expand Down

0 comments on commit 67cb046

Please sign in to comment.