Skip to content

Commit

Permalink
Merge pull request #28 from MSKCC-Epi-Bio/readme_updates
Browse files Browse the repository at this point in the history
try new commit
  • Loading branch information
david-nemirovsky authored Oct 12, 2023
2 parents 3a44332 + 12a7282 commit 39aff04
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions .github/workflows/build-readme.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,18 @@ jobs:
# List the files after rendering
ls -R profile/
- name: Commit files
# - name: Commit files
# run: |
# git config --global user.email "[email protected]"
# git config --global user.name "david-nemirovsky"
# git add --all
# git commit -am "chronjob"
# git push origin HEAD:refs/heads/master --force
- name: Commit and push changes
run: |
git config --global user.email "[email protected]"
git config --global user.name "david-nemirovsky"
git add --all
git commit -am "chronjob"
git push origin HEAD:refs/heads/master --force
git commit -m "Update README.md"
git push origin ${{ github.ref }}
- name: Debugging - List Files After Commit
run: |
# List the files after committing
Expand Down

0 comments on commit 39aff04

Please sign in to comment.