Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
adysec authored Jun 7, 2024
1 parent d0eb25c commit 6e011be
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,9 @@ jobs:
- name: Commit and Push changes
run: |
echo $(date +'%Y%m%d') > date.txt
git lfs install
git lfs track "domcop.zip"
git add .gitattributes
git add .
git config --local user.email "[email protected]"
git config --local user.name "GitHub Action"
Expand Down

0 comments on commit 6e011be

Please sign in to comment.