Use add-and-commit@v4.0.0
This commit is contained in:
8
.github/workflows/build.yml
vendored
8
.github/workflows/build.yml
vendored
@@ -5,6 +5,7 @@ on:
|
|||||||
- dist
|
- dist
|
||||||
paths:
|
paths:
|
||||||
- src/**
|
- src/**
|
||||||
|
- .github/workflows/build.yml
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
@@ -26,11 +27,10 @@ jobs:
|
|||||||
run: npm run build
|
run: npm run build
|
||||||
|
|
||||||
- name: Commit changes
|
- name: Commit changes
|
||||||
uses: EndBug/add-and-commit@v2
|
uses: EndBug/add-and-commit@v4.0.0
|
||||||
with:
|
with:
|
||||||
force: true
|
|
||||||
message: "[auto] Update compiled version"
|
message: "[auto] Update compiled version"
|
||||||
path: lib
|
add: lib
|
||||||
pattern: "*.js"
|
force: true
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|||||||
Reference in New Issue
Block a user