{"id":13531193,"url":"https://github.com/allenevans/set-env","last_synced_at":"2025-10-30T05:57:50.424Z","repository":{"id":45231382,"uuid":"210038555","full_name":"allenevans/set-env","owner":"allenevans","description":"Programmatically set github action global environment variables that can be used in subsequent steps","archived":false,"fork":false,"pushed_at":"2024-08-31T05:33:44.000Z","size":357,"stargazers_count":50,"open_issues_count":2,"forks_count":7,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-19T16:22:26.526Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/allenevans.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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-21T18:57:35.000Z","updated_at":"2024-06-11T19:06:06.000Z","dependencies_parsed_at":"2024-01-11T00:01:18.015Z","dependency_job_id":"d20f9585-16c4-4022-9bb6-a7ff53c0a32e","html_url":"https://github.com/allenevans/set-env","commit_stats":{"total_commits":32,"total_committers":5,"mean_commits":6.4,"dds":0.46875,"last_synced_commit":"c4f231179ef63887be707202a295d9cb1c687eb9"},"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/allenevans%2Fset-env","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/allenevans%2Fset-env/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/allenevans%2Fset-env/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/allenevans%2Fset-env/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/allenevans","download_url":"https://codeload.github.com/allenevans/set-env/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246700434,"owners_count":20819871,"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.793Z","updated_at":"2025-10-30T05:57:45.390Z","avatar_url":"https://github.com/allenevans.png","language":"TypeScript","funding_links":[],"categories":["Community Resources","Uncategorized"],"sub_categories":["Utility","Uncategorized"],"readme":"# set-env\nGithub action to set environment variables that can be globally accessed between steps.\n\nExample usage:-\n\n```yaml\nname: example-pipeline\non: [pull_request]\n\njobs:\n  build:\n    runs-on: ubuntu-latest\n\n    steps:\n      - uses: actions/checkout@v4\n      \n      - name: set environment variables\n        uses: allenevans/set-env@v4.0.0\n        with:\n          MY_ENV_VAR: 'my value'\n\n      - name: Printenv\n        run: |\n          echo \"MY_ENV_VAR=${MY_ENV_VAR}\"\n          printenv\n```\n\nNotes:-\n* You can set more than one variable at a time e.g.\n```yaml\n    - name: set many environment variables\n      uses: allenevans/set-env@v4.0.0\n      with:\n        VAR_A: abc\n        VAR_B: def\n        VAR_C: ghi\n```\n* Environment variable names are converted to UPPER_SNAKE_CASE by default e.g.\n```yaml\n    myVar: abc =\u003e MYVAR=abc\n    with space: abc =\u003e WITH_SPACE=abc\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fallenevans%2Fset-env","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fallenevans%2Fset-env","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fallenevans%2Fset-env/lists"}