Skip to content

Commit

Permalink
https://github.com/actions/checkout/issues/766
Browse files Browse the repository at this point in the history
  • Loading branch information
luispfonseca committed Apr 15, 2022
1 parent 9c32969 commit 45d4ce5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/update-calendar.yml
Expand Up @@ -23,6 +23,7 @@ jobs:
Rscript ecb.R
- name: Commit and push if it changed
run: |-
git config --global --add safe.directory "$GITHUB_WORKSPACE"
git config user.name "Automatic"
git config user.email "actions@users.noreply.github.com"
git add *.ics
Expand Down

0 comments on commit 45d4ce5

Please sign in to comment.