File tree Expand file tree Collapse file tree 1 file changed +6
-7
lines changed
Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Original file line number Diff line number Diff line change 2525 "Picviewer CE+/Picviewer CE+.user.js" > "Picviewer CE+/dist.user.js"
2626
2727 - name : Commit and push dist.user.js
28- uses : stefanzweifel/git-auto-commit-action@v5
29- with :
30- commit_message : " chore(Picviewer CE+): Auto-generate dist.user.js with timestamp"
31- file_pattern : ' Picviewer CE+/dist.user.js'
32- commit_user_name : GitHub Actions
33- commit_user_email :
[email protected] 34- commit_author :
GitHub Actions <[email protected] > 28+ run : |
29+ git config --local user.email "[email protected] " 30+ git config --local user.name "hoothin-update"
31+ git add Picviewer CE+/dist.user.js
32+ git commit -m "chore(Picviewer CE+): Auto-generate dist.user.js with timestamp"
33+ git push https://${{ secrets.ACTION_SECRET }}@github.com/${{ github.repository }}
You can’t perform that action at this time.
0 commit comments