Git Product home page Git Product logo

github-actions-katas's Introduction

github-actions-katas's People

Contributors

addono avatar atombrella avatar bicschneider avatar figaw avatar hatrickpansen avatar oliverxll avatar paulinadubas avatar samuel-enderwitz-eficode avatar sofusalbertsen avatar zanderhavgaard avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

github-actions-katas's Issues

The action/checkout fails in self-hosted runners

A "trick" while they fix this, is to use an ubuntu-latest container for the checkout, in the workflow, and then store the artifact. And have a step with a self-hosted runner, that downloads the artifact.

Since this artifact is super-temporary, it would be nice to also set the retention_days: 1 (is 0 a value?) on it.

This could be added to the exercise with self-hosted runners.

Permissions on the self-hoster runners

Self-hosted runners sometime fail with missing permissions, because the run.sh presumably runs as UID 1001 (not sure?). It might be nice to chmod the gitlab-runner folder, so it has access to read/write it. (And tell people to do this in the exercise.)

Using GitHub container registry

Consider using the GitHub provided container registry. It shortens down the kata and reduce the risk of any issues creating an account.

If you think it's a valuable contribution I can implement it.

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.