Skip to content

Commit

Permalink
chore: upgrade actions version
Browse files Browse the repository at this point in the history
  • Loading branch information
yanglbme committed Feb 2, 2021
1 parent e145096 commit 1376822
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/branch-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ jobs:
with:
github_token: ${{ github.token }}
source_ref: ${{ github.ref }}
target_branch: 'main'
target_branch: main
commit_message_template: '[Automated] Merged {source_ref} into {target_branch}'
2 changes: 1 addition & 1 deletion .github/workflows/prettier.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
ref: ${{ github.head_ref }}

- name: Prettify code
uses: creyD/prettier_action@v3.0
uses: creyD/prettier_action@v3.3
with:
prettier_options: --write **/*.{html,js,md}
commit_message: 'docs: prettify code'
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ jobs:
env:
SSH_PRIVATE_KEY: ${{ secrets.GITEE_RSA_PRIVATE_KEY }}
with:
source-repo: "[email protected]:doocs/technical-books.git"
destination-repo: "[email protected]:Doocs/technical-books.git"
source-repo: [email protected]:doocs/technical-books.git
destination-repo: [email protected]:Doocs/technical-books.git

- name: Build Gitee Pages
uses: yanglbme/gitee-pages-action@master
uses: yanglbme/gitee-pages-action@main
with:
gitee-username: yanglbme
gitee-password: ${{ secrets.GITEE_PASSWORD }}
Expand Down
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
var footer = [
"<hr/>",
"<footer>",
'<span>Copyright © 2019 <a href="https://github.com/doocs" target="_blank">Doocs</a> All rights reserved.</span>',
'<span>Copyright © 2018-2021 <a href="https://github.com/doocs" target="_blank">Doocs</a> All rights reserved.</span>',
"</footer>",
].join("");

Expand Down Expand Up @@ -85,7 +85,7 @@
number: 2,
distractionFreeMode: true,
labels: ["talk"],
title: "好书推荐s",
title: "好书推荐",
perPage: 15,
});
</script>
Expand Down

0 comments on commit 1376822

Please sign in to comment.