mirror of
https://github.com/nunocoracao/blowfish.git
synced 2026-01-30 16:31:52 +01:00
Merge pull request #2557 from nunocoracao/dependabot/github_actions/dev/stefanzweifel/git-auto-commit-action-7
This commit is contained in:
10
.github/workflows/build.yml
vendored
10
.github/workflows/build.yml
vendored
@@ -16,28 +16,28 @@ 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@v6
|
uses: stefanzweifel/git-auto-commit-action@v7
|
||||||
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@v6
|
uses: stefanzweifel/git-auto-commit-action@v7
|
||||||
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@v6
|
uses: stefanzweifel/git-auto-commit-action@v7
|
||||||
with:
|
with:
|
||||||
branch: "${{ github.head_ref }}"
|
branch: "${{ github.head_ref }}"
|
||||||
push_options: "--dry-run"
|
push_options: "--dry-run"
|
||||||
file_pattern: "assets/lib/katex/*"
|
file_pattern: "assets/lib/katex/*"
|
||||||
commit_message: "📦 Update packaged KaTeX"
|
commit_message: "📦 Update packaged KaTeX"
|
||||||
- name: Commit Mermaid changes
|
- name: Commit Mermaid changes
|
||||||
uses: stefanzweifel/git-auto-commit-action@v6
|
uses: stefanzweifel/git-auto-commit-action@v7
|
||||||
with:
|
with:
|
||||||
branch: "${{ github.head_ref }}"
|
branch: "${{ github.head_ref }}"
|
||||||
push_options: "--dry-run"
|
push_options: "--dry-run"
|
||||||
@@ -45,7 +45,7 @@ jobs:
|
|||||||
commit_message: "📦 Update packaged Mermaid"
|
commit_message: "📦 Update packaged Mermaid"
|
||||||
- run: npm run build
|
- run: npm run build
|
||||||
- name: Commit CSS changes
|
- name: Commit CSS changes
|
||||||
uses: stefanzweifel/git-auto-commit-action@v6
|
uses: stefanzweifel/git-auto-commit-action@v7
|
||||||
with:
|
with:
|
||||||
branch: "${{ github.head_ref }}"
|
branch: "${{ github.head_ref }}"
|
||||||
push_options: "--dry-run"
|
push_options: "--dry-run"
|
||||||
|
|||||||
Reference in New Issue
Block a user