Skip to content

Commit

Permalink
checking with prev username
Browse files Browse the repository at this point in the history
  • Loading branch information
sheetal-purple committed Jan 5, 2024
1 parent c6f800e commit a39448a
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,12 @@ jobs:
ls -l
mv repo/.git . # move cloned git history to root
rm -rf repo
date > generated.txt
ls -l
git config --local user.email "github-actions[bot]@users.noreply.github.com"
git config --local user.name "github-actions[bot]"
# git config --local user.email "github-actions[bot]@users.noreply.github.com"
# git config --local user.name "github-actions[bot]"
git config --local user.email "[email protected]"
git config --local user.name "GitHub Action"
git add --force .
git commit -m "add contents of dist-files v${{ env.SPEC_VERSION }}"
git log
Expand Down

0 comments on commit a39448a

Please sign in to comment.