{"id":13531171,"url":"https://github.com/zweitag/github-actions","last_synced_at":"2025-04-01T19:31:43.237Z","repository":{"id":36985881,"uuid":"209082838","full_name":"zweitag/github-actions","owner":"zweitag","description":"This repository contains github actions for usage in our build pipeline.","archived":false,"fork":false,"pushed_at":"2024-04-24T07:20:55.000Z","size":1122,"stargazers_count":6,"open_issues_count":8,"forks_count":2,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-11-02T18:41:05.965Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/zweitag.png","metadata":{"files":{"readme":"Readme.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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}},"created_at":"2019-09-17T14:54:11.000Z","updated_at":"2024-04-24T07:20:59.000Z","dependencies_parsed_at":"2024-01-11T00:01:32.310Z","dependency_job_id":"72284f9e-12c4-4d50-8742-4d9e4ec36153","html_url":"https://github.com/zweitag/github-actions","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zweitag%2Fgithub-actions","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zweitag%2Fgithub-actions/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zweitag%2Fgithub-actions/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zweitag%2Fgithub-actions/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zweitag","download_url":"https://codeload.github.com/zweitag/github-actions/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246700424,"owners_count":20819870,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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-08-01T07:01:00.611Z","updated_at":"2025-04-01T19:31:38.219Z","avatar_url":"https://github.com/zweitag.png","language":"JavaScript","readme":"# Zweitag GitHub Actions\n\n\nThese are Zweitag's public GitHub actions that we use in our GitHub build pipelines.\n\n## Global Variables\n\n\u003cp align=\"left\"\u003e\n  \u003ca href=\"https://github.com/zweitag/github-actions/actions\"\u003e\u003cimg alt=\"GitHub Actions status\" src=\"https://github.com/zweitag/github-actions/workflows/global-variables/badge.svg\"\u003e\u003c/a\u003e\n\u003c/p\u003e\n\nThis action sets global environment variables from a file which are available for all subsequent steps.\n\n### Inputs\n\n#### `file`\n\nThe relative path to the environment file in your repository. Defaults to `.github/workflows/.env.global`.\nThe file must be in the following shema:\n\n```\nONE_KEY=VALUE1\nANOTHER_KEY=VALUE2\n# Comments are possible aswell.\n# Empty lines will be ignored.\n\n```\n\n### Example usage\n\n#### with default file:\n```\n- uses: zweitag/github-actions/global-variables@master\n```\n\n#### with custom environment file:\n```\n- uses: zweitag/github-actions/global-variables@master\n  with:\n    file: 'config/.env.development'\n```\n\n# License\n\nCopyright 2019 Zweitag GmbH\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\n   http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n","funding_links":[],"categories":["Community Resources","Uncategorized"],"sub_categories":["Utility","Uncategorized"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzweitag%2Fgithub-actions","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzweitag%2Fgithub-actions","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzweitag%2Fgithub-actions/lists"}