Skip to content

Commit

Permalink
Fix notebook action issue (actions/checkout#1169)
Browse files Browse the repository at this point in the history
  • Loading branch information
lrzpellegrini committed May 4, 2023
1 parent 962ea12 commit 5193485
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/notebook-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,8 @@ jobs:
done' sh {} +
- name: commit to repo
run: |
pwd &&
ls -altrh &&
ls -altrh .git &&
git status &&
git --version &&
echo $GITHUB_WORKSPACE &&
git config --system --add safe.directory $GITHUB_WORKSPACE
git config --local user.email ${{ secrets.BOT_EMAIL }} &&
git config --local user.name ${{ secrets.BOT_NAME }} &&
git add . &&
Expand Down

0 comments on commit 5193485

Please sign in to comment.