We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64e40cd commit b223b47Copy full SHA for b223b47
.github/workflows/main.yml
@@ -68,8 +68,8 @@ jobs:
68
- name: Commit and Push changes
69
run: |
70
echo $(date +'%Y%m%d') > date.txt
71
- git config --local user.email "action@github.com"
72
- git config --local user.name "GitHub Action"
+ git config --local user.email "admin@adysec.com"
+ git config --local user.name "adysec"
73
git add .
74
git commit -am "$(date +'%Y%m%d')"
75
git push -v --progress
0 commit comments