mirror of
https://github.com/Colin-XKL/Colinx-Blog.git
synced 2026-01-11 18:21:28 +08:00
Compare commits
1 Commits
f718df5a11
...
dependabot
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b077b8c9c3 |
2
.github/workflows/CDN-URL.yaml
vendored
2
.github/workflows/CDN-URL.yaml
vendored
@@ -22,7 +22,7 @@ jobs:
|
|||||||
|
|
||||||
|
|
||||||
- name: Create Pull Request
|
- name: Create Pull Request
|
||||||
uses: peter-evans/create-pull-request@v5
|
uses: peter-evans/create-pull-request@v7
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
commit-message: "Change img CDN URL"
|
commit-message: "Change img CDN URL"
|
||||||
|
|||||||
2
.github/workflows/text-lint.yml
vendored
2
.github/workflows/text-lint.yml
vendored
@@ -19,7 +19,7 @@ jobs:
|
|||||||
args: --fix
|
args: --fix
|
||||||
|
|
||||||
- name: Create Pull Request
|
- name: Create Pull Request
|
||||||
uses: peter-evans/create-pull-request@v5
|
uses: peter-evans/create-pull-request@v7
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
commit-message: "chore: lint text and auto correct"
|
commit-message: "chore: lint text and auto correct"
|
||||||
|
|||||||
Reference in New Issue
Block a user