-
Notifications
You must be signed in to change notification settings - Fork 5
Bug Report #1
Comments
Hello @Ancientwood , I think changed file permission while push to git? PS C:\~~> git clone https://github.com/heowc/action-hexo.git
PS C:\~~> cd .\action-hexo
PS C:\~~> git ls-tree HEAD
100644 blob 723ef36f4e4f32c4560383aa5987c575a30c6535 .gitignore
100755 blob 4bad7ccbc44a695bf9bbdc950c469658ae56097f Dockerfile
100644 blob d6bcd50fd5a9c84a4bfe8307dee10a0066325a74 LICENSE
100644 blob 0e476322a351420d2f342de593a4dc112a680c06 README.md
100755 blob 0ce41d5a312a33f41d002f5e1b3aac2e7ca0479c entrypoint.sh and..
you maybe have to include I used next code from deploy:
type: git
repo: https://{access_token}@github.com/heowc/heowc.github.io.git
branch: master If other problem, please comment detail situation. |
I clone my repositories to my disk and checked the file permission, is Before that I fork and modified your project online .
In my understanding, github Actions use the Docker? And the Anyway, Put it aside. I tested OAuth access token in I found the reason for my failure before, Cuz I havent give the And I think github will not able to push the token to github before. Thx for your reply! |
- add execute permission to entrypoint.sh - add dependency hexo-deployer-git
I added code. d845f7b Thank you for report. |
I also met this issue and resolved it by using the access token. Putting this issue as FAQ in readme may be more helpful. |
@JackEggie Thank you for feedback. |
sth shoud be added in
Dockerfile
And how to make the verification via docker?
The text was updated successfully, but these errors were encountered: