Git Product home page Git Product logo

gh-known-issues's Introduction


Known Issues

GitHub Actions does automatically disable all workflow scripts after a period of time of inactivity

  • Last known period: 60 days

For example, if GitHub repository has workflow scripts and was inactive a period of time, then all workflow scripts does disable. You have to either make a commit to update the period and reenable the workflow scripts manually.

https://stackoverflow.com/questions/67184368/prevent-scheduled-github-actions-from-becoming-disabled

git fetch error: could not read Username for 'https://github.com': terminal prompts disabled

Fetching the repository
  /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*
  Error: fatal: could not read Username for 'https://github.com': terminal prompts disabled
  The process '/usr/bin/git' failed with exit code 128
  Waiting 14 seconds before trying again

Variants:

  • You missed to update the repo secrets token.

git fetch error: The process '/usr/bin/git' failed with exit code 1

Fetching the repository
  /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*
  The process '/usr/bin/git' failed with exit code 1

Variants:

The GitHub composite action has supported not all features of a generic GitHub action: actions/runner#646

What does Composite Run Steps Not Support

We don't support setting conditionals, continue-on-error, timeout-minutes, "uses", and secrets on individual steps within a composite action right now.

(Note: we do support these attributes being set in workflows for a step that uses a composite run steps action)

Cygwin error: Error: open /tmp/tmp.XXXXXXXXXX/...: The system cannot find the path specified.

Variants:

  • 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.

    To workaround the error do use the TEMP_DIR variable to declare explicit temporary directory out of Cygwin /tmp directory.

Linux error: Error: open /tmp/...: no such file or directory

Variants:

  • You have had try to run yq from https://github.com/mikefarah/yq.

    Related issue:

    To workaround the error do use the TEMP_DIR variable to declare explicit temporary directory out of Cygwin /tmp directory.

Annotations from composite actions are not correctly created

Only a single annotation gets created in composite actions. Every single annotation (error, warning, notice) with the exception of the last one gets ignored

Last known issues updates

Updates on composite actions features

gh-known-issues's People

Contributors

andry81 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.