{"id":24739513,"url":"https://github.com/alexis-gss/github-workflows","last_synced_at":"2026-05-03T13:38:04.576Z","repository":{"id":250724125,"uuid":"835268761","full_name":"alexis-gss/github-workflows","owner":"alexis-gss","description":"Mutualisation of Github actions used in many of my projects.","archived":false,"fork":false,"pushed_at":"2026-04-15T07:44:52.000Z","size":317,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-04-15T09:37:20.626Z","etag":null,"topics":["environment","github"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/alexis-gss.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-07-29T13:46:00.000Z","updated_at":"2026-04-15T07:44:30.000Z","dependencies_parsed_at":"2025-12-13T17:04:46.037Z","dependency_job_id":null,"html_url":"https://github.com/alexis-gss/github-workflows","commit_stats":null,"previous_names":["alexis-gss/github-workflows"],"tags_count":8,"template":false,"template_full_name":null,"purl":"pkg:github/alexis-gss/github-workflows","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexis-gss%2Fgithub-workflows","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexis-gss%2Fgithub-workflows/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexis-gss%2Fgithub-workflows/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexis-gss%2Fgithub-workflows/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/alexis-gss","download_url":"https://codeload.github.com/alexis-gss/github-workflows/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexis-gss%2Fgithub-workflows/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32571456,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-03T06:36:36.687Z","status":"ssl_error","status_checked_at":"2026-05-03T06:36:09.306Z","response_time":103,"last_error":"SSL_read: 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":["environment","github"],"created_at":"2025-01-27T22:59:45.041Z","updated_at":"2026-05-03T13:38:04.571Z","avatar_url":"https://github.com/alexis-gss.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n\n[![Banner of the github account](./assets/images/github-visual.png)](https://doc-github-workflows.alexis-gousseau.com)\n\n[![GitHub latest commit](https://img.shields.io/github/last-commit/alexis-gss/github-workflows/develop?color=FFFFFF\u0026style=for-the-badge)](https://github.com/alexis-gss/github-workflows/commit/master)\n[![GitHub tag](https://img.shields.io/github/tag/alexis-gss/github-workflows?style=for-the-badge\u0026color=FFFFFF)](https://github.com/alexis-gss/github-workflows/tags)\n[![GitHub License](https://img.shields.io/github/license/alexis-gss/github-workflows?color=FFFFFF\u0026style=for-the-badge)](https://github.com/alexis-gss/github-workflows/blob/master/LICENSE)\n\n\u003c/div\u003e\n\n# Introduction\n\n[Github Workflows](https://doc-github-workflows.alexis-gousseau.com) is a repository dedicated to github workflows. I've pooled all the github actions I use in a single project, so that I can maintain them more easily without having to update each repository individually.\n\n# Table of contents\n\n- [Introduction](#introduction)\n- [Table of contents](#table-of-contents)\n- [Frameworks, Platforms and Libraries](#frameworks-platforms-and-libraries)\n- [Documentation](#documentation)\n- [Contributing](#contributing)\n    - [Create a task](#create-a-task)\n    - [Fixing a Bug](#fixing-a-bug)\n    - [Proposing a Change](#proposing-a-change)\n- [Changelog](#changelog)\n- [Copyright and License](#copyright-and-license)\n\n# Frameworks, Platforms and Libraries\n\n[![GitHub Actions](https://img.shields.io/badge/github%20actions-%232671E5.svg?style=for-the-badge\u0026logo=githubactions\u0026logoColor=white)](https://docs.github.com/en/actions)\n\n# Documentation\n\nYou can find all the documentation of this project on this link : [Github Workflows documentation](https://doc-github-workflows.alexis-gousseau.com).\n\n# Contributing\n\n### Create a task\n\nYou can create a [new issue](https://github.com/alexis-gss/github-workflows/issues/new/choose) with a specific templates : bug or feature.\n\nOnce your code is working, please verify that your code is following the same coding standards.\n\n### Fixing a Bug\n\nWhen fixing a bug please make sure to test it in several browsers. If you are not able to do so, mention that in a PR comment, so other contributors can do it.\n\n### Proposing a Change\n\nWhen implementing a feature please create an issue first explaining your idea and asking whether there's need for such a feature. Remember the script's core philosophy is to stay simple and minimal, doing one thing and doing it right.\n\n# Changelog\n\nLatest version [v2.0.0](https://github.com/alexis-gss/github-workflows/releases/tag/v2.0.0).\n\nSee the [CHANGELOG.md](CHANGELOG.md) file for details.\n\n# Copyright and License\n\n[Github Workflows](https://doc-github-workflows.alexis-gousseau.com) was written by [Alexis Gousseau](https://github.com/alexis-gss).\n\nCopyright (c) 2024 and beyond Alexis Gousseau.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falexis-gss%2Fgithub-workflows","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falexis-gss%2Fgithub-workflows","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falexis-gss%2Fgithub-workflows/lists"}