{"id":22682191,"url":"https://github.com/andry81-devops/gh-known-issues","last_synced_at":"2026-02-10T22:02:53.890Z","repository":{"id":179002739,"uuid":"662695170","full_name":"andry81-devops/gh-known-issues","owner":"andry81-devops","description":null,"archived":false,"fork":false,"pushed_at":"2023-07-05T18:07:25.000Z","size":2,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-08-28T08:34:46.369Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/andry81-devops.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":null,"patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":["https://github.com/andry81/donate"]}},"created_at":"2023-07-05T17:25:30.000Z","updated_at":"2023-07-05T17:25:30.000Z","dependencies_parsed_at":null,"dependency_job_id":"a3508153-cacc-4235-8d5a-010a45d3d84c","html_url":"https://github.com/andry81-devops/gh-known-issues","commit_stats":null,"previous_names":["andry81-devops/gh-known-issues"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/andry81-devops/gh-known-issues","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andry81-devops%2Fgh-known-issues","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andry81-devops%2Fgh-known-issues/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andry81-devops%2Fgh-known-issues/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andry81-devops%2Fgh-known-issues/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/andry81-devops","download_url":"https://codeload.github.com/andry81-devops/gh-known-issues/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andry81-devops%2Fgh-known-issues/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29319267,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-10T20:44:44.282Z","status":"ssl_error","status_checked_at":"2026-02-10T20:44:43.393Z","response_time":65,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-12-09T20:25:42.451Z","updated_at":"2026-02-10T22:02:53.866Z","avatar_url":"https://github.com/andry81-devops.png","language":null,"readme":"\r\n---\r\n\r\n# Known Issues\r\n\r\n## GitHub Actions does automatically disable all workflow scripts after a period of time of inactivity\r\n\r\n* Last known period: 60 days\r\n\r\nFor example, if GitHub repository has workflow scripts and was inactive a period of time, then all workflow scripts does disable.\r\nYou have to either make a commit to update the period and reenable the workflow scripts manually.\r\n\r\nhttps://stackoverflow.com/questions/67184368/prevent-scheduled-github-actions-from-becoming-disabled\r\n\r\n## `git fetch` error: `could not read Username for 'https://github.com': terminal prompts disabled`\r\n\r\n```\r\nFetching the repository\r\n  /usr/bin/git -c protocol.version=2 fetch --no-tags --prune --progress --no-recurse-submodules --depth=1 origin +refs/heads/master*:refs/remotes/origin/master* +refs/tags/master*:refs/tags/master*\r\n  Error: fatal: could not read Username for 'https://github.com': terminal prompts disabled\r\n  The process '/usr/bin/git' failed with exit code 128\r\n  Waiting 14 seconds before trying again\r\n```\r\n\r\nVariants:\r\n\r\n* You missed to update the repo `secrets` token.\r\n\r\n## `git fetch` error: `The process '/usr/bin/git' failed with exit code 1`\r\n\r\n```\r\nFetching the repository\r\n  /usr/bin/git -c protocol.version=2 fetch --no-tags --prune --progress --no-recurse-submodules --depth=1 origin +refs/heads/master*:refs/remotes/origin/master* +refs/tags/master*:refs/tags/master*\r\n  The process '/usr/bin/git' failed with exit code 1\r\n```\r\n\r\nVariants:\r\n\r\n* The checkout performs on an empty repository:\r\n  https://github.com/actions/checkout/issues/746\r\n\r\n## The GitHub composite action has supported not all features of a generic GitHub action: https://github.com/actions/runner/issues/646\r\n\r\n\u003e **What does Composite Run Steps Not Support**\r\n\u003e\r\n\u003e We don't support setting conditionals, continue-on-error, timeout-minutes, \"uses\", and secrets on individual steps within a composite action right now.\r\n\u003e\r\n\u003e (Note: we do support these attributes being set in workflows for a step that uses a composite run steps action)\r\n\r\n## Cygwin error: `Error: open /tmp/tmp.XXXXXXXXXX/...: The system cannot find the path specified.`\r\n\r\nVariants:\r\n\r\n* You have had try to run not Cygwin executable from the Cygwin shell. The Cygwin does not convert a posix path into the Windows path automatically.\r\n\r\n  To workaround the error do use the `TEMP_DIR` variable to declare explicit temporary directory out of Cygwin `/tmp` directory.\r\n\r\n## Linux error: `Error: open /tmp/...: no such file or directory`\r\n\r\nVariants:\r\n\r\n* You have had try to run `yq` from https://github.com/mikefarah/yq.\r\n\r\n  Related issue:\r\n\r\n  * `yq fails to process files in /tmp` : https://github.com/mikefarah/yq/discussions/1299\r\n\r\n  To workaround the error do use the `TEMP_DIR` variable to declare explicit temporary directory out of Cygwin `/tmp` directory.\r\n\r\n## Annotations from composite actions are not correctly created\r\n\r\nOnly a single annotation gets created in composite actions. Every single annotation (error, warning, notice) with the exception of the last one gets ignored\r\n\r\n# Last known issues updates\r\n\r\n## Updates on composite actions features\r\n\r\n* `add conditional execution of action steps`: https://github.com/actions/runner/issues/834\r\n\r\n  * https://github.blog/changelog/2021-11-09-github-actions-conditional-execution-of-steps-in-actions/\r\n\r\n    Actions written in YAML, also known as composite actions, now support if conditionals.\r\n\r\n* `Add ability to use continue-on-error from composite Action steps`: https://github.com/actions/runner/issues/1457\r\n\r\n* `unable to inject shell to composite action`: https://github.com/actions/runner/issues/835\r\n\r\n* `Boolean inputs are not actually booleans` : https://github.com/actions/runner/issues/1483\r\n\r\n* `Annotations from composite actions are not correctly created` : https://github.com/actions/runner/issues/1742\r\n","funding_links":["https://github.com/andry81/donate"],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandry81-devops%2Fgh-known-issues","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fandry81-devops%2Fgh-known-issues","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandry81-devops%2Fgh-known-issues/lists"}