Fail on building (wrong wiki URL) :) #14
-
Hey there, Run Andrew-Chen-Wang/github-wiki-action@v3
/usr/bin/docker run --name dd1ff46e74abf427fa3a3f2b4969042dd_5453a0 --label 08450d --workdir /github/workspace --rm -e WIKI_DIR -e GH_TOKEN -e GH_MAIL -e GH_NAME -e EXCLUDED_FILES -e INPUT_WIKI_DIR -e INPUT_GH_TOKEN -e INPUT_GH_MAIL -e INPUT_GH_NAME -e INPUT_REPO -e INPUT_WIKI_PUSH_MESSAGE -e INPUT_EXCLUDED_FILES -e HOME -e GITHUB_JOB -e GITHUB_REF -e GITHUB_SHA -e GITHUB_REPOSITORY -e GITHUB_REPOSITORY_OWNER -e GITHUB_RUN_ID -e GITHUB_RUN_NUMBER -e GITHUB_RETENTION_DAYS -e GITHUB_RUN_ATTEMPT -e GITHUB_ACTOR -e GITHUB_WORKFLOW -e GITHUB_HEAD_REF -e GITHUB_BASE_REF -e GITHUB_EVENT_NAME -e GITHUB_SERVER_URL -e GITHUB_API_URL -e GITHUB_GRAPHQL_URL -e GITHUB_REF_NAME -e GITHUB_REF_PROTECTED -e GITHUB_REF_TYPE -e GITHUB_WORKSPACE -e GITHUB_ACTION -e GITHUB_EVENT_PATH -e GITHUB_ACTION_REPOSITORY -e GITHUB_ACTION_REF -e GITHUB_PATH -e GITHUB_ENV -e GITHUB_STEP_SUMMARY -e RUNNER_OS -e RUNNER_ARCH -e RUNNER_NAME -e RUNNER_TOOL_CACHE -e RUNNER_TEMP -e RUNNER_WORKSPACE -e ACTIONS_RUNTIME_URL -e ACTIONS_RUNTIME_TOKEN -e ACTIONS_CACHE_URL -e GITHUB_ACTIONS=true -e CI=true -v "/var/run/docker.sock":"/var/run/docker.sock" -v "/home/runner/work/_temp/_github_home":"/github/home" -v "/home/runner/work/_temp/_github_workflow":"/github/workflow" -v "/home/runner/work/_temp/_runner_file_commands":"/github/file_commands" -v "/home/runner/work/HillClimbing.js/HillClimbing.js":"/github/workspace" 08450d:d1ff46e74abf427fa3a3f2b4969042dd
REPO ENV is missing. Using the current one.
Cloning into 'temp_wiki_622accf3f238ac9d08144d8eca3d57e616fbde65'...
Cloning wiki git...
Message:
try fix wiki build
Copying files to Wiki
sending incremental file list
./
Home.md
sent 170 bytes received 38 bytes 416.00 bytes/sec
total size is 56 speedup is 0.27
rm: can't remove 'temp_wiki_622accf3f238ac9d08[14](https://github.com/201flaviosilva/HillClimbing.js/runs/6472581198?check_suite_focus=true#step:4:14)4d8eca3d57e616fbde65/_ignore': No such file or directory
Pushing to Wiki
[master 4df3484] try fix wiki build
1 file changed, 2 insertions(+)
remote: Permission to [20](https://github.com/201flaviosilva/HillClimbing.js/runs/6472581198?check_suite_focus=true#step:4:20)1flaviosilva/HillClimbing.js.wiki.git denied to github-actions[bot].
fatal: unable to access 'https://github.com/201flaviosilva/HillClimbing.js.wiki.git/': The requested URL returned error: 403 For what I understood this is trying to find a GitHub wiki in https://github.com/201flaviosilva/HillClimbing.js.wiki/ but my GitHub wiki is in the https://github.com/201flaviosilva/HillClimbing.js/wiki , any help ? 😅
(Sorry if it was confusing) |
Beta Was this translation helpful? Give feedback.
Answered by
Andrew-Chen-Wang
May 17, 2022
Replies: 1 comment 11 replies
-
https://github.com/201flaviosilva/HillClimbing.js.wiki/ is the actual git repository uri. Two things could be happening:
Otherwise, it might be a bug? The new version was submitted by a user that I saw had this working fine, so not entirely sure what else could be happening. |
Beta Was this translation helpful? Give feedback.
11 replies
Answer selected by
201flaviosilva
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://github.com/201flaviosilva/HillClimbing.js.wiki/ is the actual git repository uri.
Two things could be happening:
Otherwise, it might be a bug? The new version was submitted by a user that I saw had this working fine, so not entirely sure what else could be happening.