Skip to content

Commit

Permalink
Update prepare_renv.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
wanghalan authored Mar 1, 2024
1 parent b6cd898 commit cc30f17
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/prepare_renv.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,12 +69,12 @@ jobs:
# run: |
# ls -la
# rm ${{ github.workspace }}/${{ github.event.repository.name }}/renv/.gitignore
# - name: Commit files # Commit changes. You need to do this so child sites work...
# working-directory: ${{ github.event.repository.name }}
# run: |
# git config --local user.email "[email protected]"
# git config --local user.name "GitHub Actions"
# git add -A
# git commit -m "saving renv"
# git push
- name: Commit files # Commit changes. You need to do this so child sites work...
working-directory: ${{ github.event.repository.name }}
run: |
git config --local user.email "[email protected]"
git config --local user.name "GitHub Actions"
git add -A
git commit -m "saving renv lock file"
git push

0 comments on commit cc30f17

Please sign in to comment.