File tree Expand file tree Collapse file tree 1 file changed +2
-13
lines changed Expand file tree Collapse file tree 1 file changed +2
-13
lines changed Original file line number Diff line number Diff line change 2929 # - run: git config advice.addIgnoredFile false
3030
3131 - run : rm .gitignore
32- - uses : stefanzweifel/git-auto-commit-action@v4
33- with :
34- commit_options : ' --no-verify'
35- commit_user_name : github-actions
36- commit_user_email : noreply@arnaud.tech
37- commit_author : github-actions <noreply@arnaud.tech>
38- commit_message : " Remove .gitignore"
39- skip_dirty_check : true
40- push_options : ' --force'
41- create_branch : true
42- branch : ${{ steps.package-version.outputs.current-version }}
43- file_pattern : ./.gitignore
4432
4533 - uses : stefanzweifel/git-auto-commit-action@v4
4634 with :
4937 commit_user_name : github-actions
5038 commit_user_email : noreply@arnaud.tech
5139 commit_author : github-actions <noreply@arnaud.tech>
52- file_pattern :
40+ file_pattern : |
41+ ./.gitignore
5342 build/index.min.js
5443 skip_dirty_check : true
5544 push_options : ' --force'
You can’t perform that action at this time.
0 commit comments