pull/4/head
Flik 3 years ago committed by GitHub
parent ee7efcbcbe
commit 9e8042a951
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -26,7 +26,10 @@ jobs:
git commit -m"由github actions推送,日期:`date`"
git pull --rebase
- name: Push changes
uses: ad-m/github-push-action@main
uses: ad-m/github-push-action@master
with:
github_token: $\{{ secrets.GITHUB_TOKEN }}
github_url: https://github.com/a2470982985/getNode.git
repository: ${GITHUB_REPOSITORY}
branch: main
force: true
directory: .

Loading…
Cancel
Save