mirror of
https://github.com/LamGC/quickly-conf-sshd.git
synced 2025-04-29 22:27:32 +00:00
Update main.yml
This commit is contained in:
parent
2353a1ff22
commit
fd2733bf74
11
.github/workflows/main.yml
vendored
11
.github/workflows/main.yml
vendored
@ -15,10 +15,13 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
# - name: Checkout
|
||||
# uses: actions/checkout@v3
|
||||
# with:
|
||||
# token: ${{ secrets.COMMIT_TOKEN }}
|
||||
- uses: actions/labeler@v4
|
||||
with:
|
||||
token: ${{ secrets.COMMIT_TOKEN }}
|
||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
- name: Commit
|
||||
run: |
|
||||
sed -i "s/ssh.lamgc.me/$REPLACEMENT_VALUE/g" README.md
|
||||
@ -31,7 +34,7 @@ jobs:
|
||||
REPLACEMENT_VALUE: ${{ secrets.REPLACEMENT_VALUE }}
|
||||
GIT_USERNAME: ${{ secrets.GIT_USERNAME }}
|
||||
GIT_EMAIL: ${{ secrets.GIT_EMAIL }}
|
||||
- name: Commit changes
|
||||
- name: 提交更改
|
||||
uses: stefanzweifel/git-auto-commit-action@v4
|
||||
with:
|
||||
commit_message: 更新个人访问地址
|
||||
|
Loading…
Reference in New Issue
Block a user