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 29
29
# - run: git config advice.addIgnoredFile false
30
30
31
31
- 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
44
32
45
33
- uses : stefanzweifel/git-auto-commit-action@v4
46
34
with :
49
37
commit_user_name : github-actions
50
38
commit_user_email : noreply@arnaud.tech
51
39
commit_author : github-actions <noreply@arnaud.tech>
52
- file_pattern :
40
+ file_pattern : |
41
+ ./.gitignore
53
42
build/index.min.js
54
43
skip_dirty_check : true
55
44
push_options : ' --force'
You can’t perform that action at this time.
0 commit comments