{"id":21683422,"url":"https://github.com/snow-actions/qrcode","last_synced_at":"2026-04-12T20:17:53.256Z","repository":{"id":43968541,"uuid":"250616935","full_name":"snow-actions/qrcode","owner":"snow-actions","description":"QR Code Generator for GitHub Actions.","archived":false,"fork":false,"pushed_at":"2025-05-01T12:26:51.000Z","size":483,"stargazers_count":10,"open_issues_count":5,"forks_count":6,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-07-18T23:32:40.710Z","etag":null,"topics":["actions","github-actions","qrcode"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/snow-actions.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":"2020-03-27T18:41:34.000Z","updated_at":"2025-05-27T13:57:56.000Z","dependencies_parsed_at":"2024-11-25T16:11:56.286Z","dependency_job_id":"b37bf466-c477-410e-95f0-3b914a9a28b2","html_url":"https://github.com/snow-actions/qrcode","commit_stats":{"total_commits":29,"total_committers":2,"mean_commits":14.5,"dds":0.4137931034482759,"last_synced_commit":"2165e2f17569b14d34b9171a43ff6552159150a3"},"previous_names":[],"tags_count":3,"template":false,"template_full_name":"actions/javascript-action","purl":"pkg:github/snow-actions/qrcode","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/snow-actions%2Fqrcode","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/snow-actions%2Fqrcode/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/snow-actions%2Fqrcode/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/snow-actions%2Fqrcode/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/snow-actions","download_url":"https://codeload.github.com/snow-actions/qrcode/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/snow-actions%2Fqrcode/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266292698,"owners_count":23906562,"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":["actions","github-actions","qrcode"],"created_at":"2024-11-25T16:11:52.091Z","updated_at":"2026-04-12T20:17:53.250Z","avatar_url":"https://github.com/snow-actions.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# QR Code Generator\n\n[![Test](https://github.com/snow-actions/qrcode/actions/workflows/test.yml/badge.svg)](https://github.com/snow-actions/qrcode/actions/workflows/test.yml)\n\nThis action generates a QR Code file.  \nYou can use the generated QR Code anywhere - upload to slack, commit to git, etc.\n\n## Usage\n\n```yaml\nuses: snow-actions/qrcode@v2.0.0\nwith:\n  text: 'https://github.com/snow-actions/qrcode'\n  path: 'qrcode.png'\n```\n\n## Example\n\n```yaml\nname: QRCode\non:\n  push:\n    branches: [ master ]\n\njobs:\n  build:\n    runs-on: ubuntu-latest\n\n    steps:\n    - uses: actions/checkout@v4\n      with:\n        ref: qrcode\n    - uses: snow-actions/qrcode@v2.0.0\n      with:\n        text: https://github.com/snow-actions/qrcode\n        path: qrcode.png\n    - uses: snow-actions/git-config-user@v1.0.0\n    - name: You can commit it.\n      run: |\n        git add qrcode.png\n        git commit -m \"QR Code\"\n        git push origin qrcode\n    - name: You can upload it to artifact.\n      uses: actions/upload-artifact@v1\n      with:\n        name: qrcode\n        path: qrcode.png\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsnow-actions%2Fqrcode","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsnow-actions%2Fqrcode","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsnow-actions%2Fqrcode/lists"}