{"id":29213940,"url":"https://github.com/plugwise/gh-actions","last_synced_at":"2026-02-05T19:36:30.011Z","repository":{"id":300404804,"uuid":"1006067331","full_name":"plugwise/gh-actions","owner":"plugwise","description":"GitHub Actions used by multiple repositories","archived":false,"fork":false,"pushed_at":"2026-01-12T19:50:03.000Z","size":41,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-01-12T22:11:57.253Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/plugwise.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-06-21T12:20:54.000Z","updated_at":"2026-01-12T19:49:12.000Z","dependencies_parsed_at":null,"dependency_job_id":"1cbb0919-4ebc-414a-b225-2245fddbfeef","html_url":"https://github.com/plugwise/gh-actions","commit_stats":null,"previous_names":["plugwise/gh-actions"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/plugwise/gh-actions","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plugwise%2Fgh-actions","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plugwise%2Fgh-actions/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plugwise%2Fgh-actions/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plugwise%2Fgh-actions/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/plugwise","download_url":"https://codeload.github.com/plugwise/gh-actions/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plugwise%2Fgh-actions/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29130690,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-05T18:55:47.139Z","status":"ssl_error","status_checked_at":"2026-02-05T18:55:04.010Z","response_time":65,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":[],"created_at":"2025-07-02T23:35:27.613Z","updated_at":"2026-02-05T19:36:30.006Z","avatar_url":"https://github.com/plugwise.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Plugwise Github Actions\n\n## Workflow example 1 (not related to actions in this repo)\n\nFor python having environment variables set. This is the extended example for HA integrations, obviously retrieving the HA Core `pyproject.toml` and including it in the hashFiles is not needed for the python modules. Also see the note on actually using the actions here.\n\n```test.yml\njobs:\n  cache:\n    runs-on: ubuntu-latest\n    name: Cache identify\n    outputs:\n      cache-key: ${{ steps.set-key.outputs.cache-key }}\n    steps:\n      - name: Check out committed code\n        uses: actions/checkout@v4\n      - name: Set up Python ${{ env.DEFAULT_PYTHON }}\n        id: python\n        uses: actions/setup-python@v5\n        with:\n          python-version: ${{ env.DEFAULT_PYTHON }}\n      - name: Fetch HA pyproject\n        id: core-version\n        run: wget -O ha_pyproject.toml \"https://raw.githubusercontent.com/home-assistant/core/refs/heads/dev/pyproject.toml\"\n      - name: Compute cache key\n        id: set-key\n        run: echo \"cache-key=${{ runner.os }}-venv-cache-${{ env.CACHE_VERSION }}-${{ steps.python.outputs.python-version }}-${{ hashFiles('pyproject.toml', 'requirements_test.txt', '.pre-commit-config.yaml', 'ha_pyproject.toml') }}\" \u003e\u003e \"$GITHUB_OUTPUT\"\n```\n\n## Workflow example 2 (caching for an integration)\n\n```test.yml\n  prepare:\n    runs-on: ubuntu-latest\n    needs: cache\n    name: Prepare\n    steps:\n      - name: Prepare code checkout and python/pre-commit setup\n        id: cache-reuse\n        uses: plugwise/gh-actions/prepare-python-and-code@v1\n        with:\n          cache-key: ${{ needs.cache.outputs.cache-key }}\n          fail-on-miss: false  # First time create cache (if not already exists)\n          python-version: ${{ env.DEFAULT_PYTHON }}\n          venv-dir: ${{ env.VENV }}\n          precommit-home: ${{ env.PRE_COMMIT_HOME }}\n          clone-core: \"true\"\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fplugwise%2Fgh-actions","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fplugwise%2Fgh-actions","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fplugwise%2Fgh-actions/lists"}