mirror of
https://github.com/nunocoracao/blowfish.git
synced 2025-01-22 14:35:43 -06:00
👷 Bump stefanzweifel/git-auto-commit-action from 4 to 5
Bumps [stefanzweifel/git-auto-commit-action](https://github.com/stefanzweifel/git-auto-commit-action) from 4 to 5. - [Release notes](https://github.com/stefanzweifel/git-auto-commit-action/releases) - [Changelog](https://github.com/stefanzweifel/git-auto-commit-action/blob/master/CHANGELOG.md) - [Commits](https://github.com/stefanzweifel/git-auto-commit-action/compare/v4...v5) --- updated-dependencies: - dependency-name: stefanzweifel/git-auto-commit-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
8531993279
commit
97e82579c3
1 changed files with 4 additions and 4 deletions
8
.github/workflows/build.yml
vendored
8
.github/workflows/build.yml
vendored
|
@ -16,21 +16,21 @@ jobs:
|
||||||
- run: npm install
|
- run: npm install
|
||||||
- run: npm run assets
|
- run: npm run assets
|
||||||
- name: Commit and push Chart.js changes
|
- name: Commit and push Chart.js changes
|
||||||
uses: stefanzweifel/git-auto-commit-action@v4
|
uses: stefanzweifel/git-auto-commit-action@v5
|
||||||
with:
|
with:
|
||||||
branch: "${{ github.head_ref }}"
|
branch: "${{ github.head_ref }}"
|
||||||
push_options: "--dry-run"
|
push_options: "--dry-run"
|
||||||
file_pattern: "assets/lib/chart/*"
|
file_pattern: "assets/lib/chart/*"
|
||||||
commit_message: "📦 Update packaged ChartJS"
|
commit_message: "📦 Update packaged ChartJS"
|
||||||
- name: Commit Fuse changes
|
- name: Commit Fuse changes
|
||||||
uses: stefanzweifel/git-auto-commit-action@v4
|
uses: stefanzweifel/git-auto-commit-action@v5
|
||||||
with:
|
with:
|
||||||
branch: "${{ github.head_ref }}"
|
branch: "${{ github.head_ref }}"
|
||||||
push_options: "--dry-run"
|
push_options: "--dry-run"
|
||||||
file_pattern: "assets/lib/fuse/*"
|
file_pattern: "assets/lib/fuse/*"
|
||||||
commit_message: "📦 Update packaged FuseJS"
|
commit_message: "📦 Update packaged FuseJS"
|
||||||
- name: Commit KaTeX changes
|
- name: Commit KaTeX changes
|
||||||
uses: stefanzweifel/git-auto-commit-action@v4
|
uses: stefanzweifel/git-auto-commit-action@v5
|
||||||
with:
|
with:
|
||||||
branch: "${{ github.head_ref }}"
|
branch: "${{ github.head_ref }}"
|
||||||
push_options: "--dry-run"
|
push_options: "--dry-run"
|
||||||
|
@ -38,7 +38,7 @@ jobs:
|
||||||
commit_message: "📦 Update packaged KaTeX"
|
commit_message: "📦 Update packaged KaTeX"
|
||||||
- run: npm run build
|
- run: npm run build
|
||||||
- name: Commit CSS changes
|
- name: Commit CSS changes
|
||||||
uses: stefanzweifel/git-auto-commit-action@v4
|
uses: stefanzweifel/git-auto-commit-action@v5
|
||||||
with:
|
with:
|
||||||
branch: "${{ github.head_ref }}"
|
branch: "${{ github.head_ref }}"
|
||||||
push_options: "--dry-run"
|
push_options: "--dry-run"
|
||||||
|
|
Loading…
Reference in a new issue