8000 May fix workflow · ulyssear/css-in-js-in-html@7466192 · GitHub
[go: up one dir, main page]

Skip to content

Commit 7466192

Browse files
committed
May fix workflow
1 parent 3b83a22 commit 7466192

File tree

1 file changed

+2
-13
lines changed

1 file changed

+2
-13
lines changed

.github/workflows/deploy-image.yml

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -29,18 +29,6 @@ jobs:
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:
@@ -49,7 +37,8 @@ jobs:
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'

0 commit comments

Comments
 (0)
0