Skip to content

Commit ba04e59

Browse files
authored
Merge branch 'release/v1' into master
2 parents 0449461 + 6f669a6 commit ba04e59

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/actions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
echo $(date) >> ${ci_dir}/date.txt
2020
2121
- name: Push to Github
22-
uses: x-actions/git-push@master
22+
uses: x-actions/git-push@release/v1
2323
env:
2424
GITHUB_EMAIL: "me@xiexianbin.cn"
2525
GITHUB_USERNAME: "xiexianbin"

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ A Github Action to push code to git, like [`gitpage`](https://pages.github.com/)
66

77
- GITHUB_EMAIL: git user email
88
- GITHUB_USERNAME: git user username
9-
- PUBLISH_REPO: repo url, https://${{ secrets.GitHub_PAT }}@github.com/owner/repo.git
9+
- PUBLISH_REPO: repo url, `https://${{ secrets.GitHub_PAT }}@github.com/owner/repo.git`
1010
- PUBLISH_BRANCH: git branch
1111
- PUBLISH_DIR: dir to publish
1212

@@ -17,8 +17,8 @@ A Github Action to push code to git, like [`gitpage`](https://pages.github.com/)
1717
## How to Use
1818

1919
```
20-
- name: Git Push Action
21-
uses: x-actions/gh-pages@master
20+
- name: Push to Github
21+
uses: x-actions/gh-pages@release/v1
2222
env:
2323
GITHUB_EMAIL: "me@xiexianbin.cn"
2424
GITHUB_USERNAME: "xiexianbin"

0 commit comments

Comments
 (0)