We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 283caa7 commit 287025cCopy full SHA for 287025c
1 file changed
.github/workflows/random-commit.yml
@@ -25,8 +25,8 @@ jobs:
25
if: ${{ env.RANDOM_NUMBER <= 5 }}
26
run: |
27
echo "Logging activity at $(date)" >> activity.txt
28
- git config --global user.name "GitHub Bot"
29
- git config --global user.email "bot@example.com"
+ git config --global user.name "Pratik Karbhal"
+ git config --global user.email "pratikkarbhal@users.noreply.github.com"
30
git add activity.txt
31
git commit -m "Random activity $(date)"
32
git remote set-url origin https://x-access-token:${{ secrets.PAT }}@github.com/${{ github.repository }}.git
0 commit comments