{"id":24133437,"url":"https://github.com/projectwallace/push-css-action","last_synced_at":"2025-09-19T04:31:17.868Z","repository":{"id":37939063,"uuid":"256839387","full_name":"projectwallace/push-css-action","owner":"projectwallace","description":"Project Wallace GitHub Action to push new CSS to projectwallace.com automatically","archived":false,"fork":false,"pushed_at":"2022-09-23T20:56:53.000Z","size":84,"stargazers_count":3,"open_issues_count":5,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-04-14T00:59:12.906Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://www.projectwallace.com","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/projectwallace.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":".github/funding.yml","license":"license","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null},"funding":{"github":[],"patreon":"bartveneman","open_collective":"projectwallace","custom":["https://www.projectwallace.com/sponsor","https://www.paypal.me/bartveneman"]}},"created_at":"2020-04-18T19:46:31.000Z","updated_at":"2022-09-23T19:01:53.000Z","dependencies_parsed_at":"2023-01-11T17:21:25.854Z","dependency_job_id":null,"html_url":"https://github.com/projectwallace/push-css-action","commit_stats":{"total_commits":8,"total_committers":4,"mean_commits":2.0,"dds":0.5,"last_synced_commit":"50cc933abc0d33951bfc37e10927a575b4dc53d7"},"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/projectwallace%2Fpush-css-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/projectwallace%2Fpush-css-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/projectwallace%2Fpush-css-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/projectwallace%2Fpush-css-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/projectwallace","download_url":"https://codeload.github.com/projectwallace/push-css-action/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":233550309,"owners_count":18692826,"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":"2025-01-11T23:37:49.663Z","updated_at":"2025-09-19T04:31:12.509Z","avatar_url":"https://github.com/projectwallace.png","language":"JavaScript","funding_links":["https://patreon.com/bartveneman","https://opencollective.com/projectwallace","https://www.projectwallace.com/sponsor","https://www.paypal.me/bartveneman"],"categories":[],"sub_categories":[],"readme":"# Project Wallace Diff Github Action\n\nThis GitHub actions posts your CSS to [projectwallace.com](https://www.projectwallace.com?ref=gh-diff-action), and auto-updates your project's latest CSS Analytics.\n\n![null](https://repository-images.githubusercontent.com/256839387/bf395480-81c4-11ea-8821-2a7ff1d01063)\n\n## Usage\n\n### Inputs\n\n| Name                    | Required   | Example                                                       | Description                                                                                                                                                                                                                                                                                                     |\n| ----------------------- | ---------- | ------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |\n| `project-wallace-token` | _required_ | `project-wallace-token: ${{ secrets.PROJECT_WALLACE_TOKEN }}` | The webhook token for your project on projectwallace.com. You can find this token in the project settings. You must add this token to your [repository secrets](https://help.github.com/en/actions/configuring-and-managing-workflows/creating-and-storing-encrypted-secrets#creating-encrypted-secrets) first! |\n| `css-path`              | _required_ | `css-path: ./build/style.css`                                 | Path to the CSS file that should be analyzed and compared to the data on projectwallace.com.                                                                                                                                                                                                                    |  |\n\n### Example\n\n`.github/workflows/auto-push-css.yaml`\n\n```yaml\nname: Auto-update CSS at projectwallace.com\n\non:\n  push:\n    branches: [master] # only run this action when the master branch is updated\n\njobs:\n  cssDiff:\n    runs-on: ubuntu-latest\n\n    steps:\n      - uses: actions/checkout@v2\n      - name: Project Wallace Diff\n        uses: projectwallace/push-css-action@master\n        with:\n          project-wallace-token: ${{ secrets.PROJECT_WALLACE_TOKEN }}\n          css-path: ./build/style.css\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprojectwallace%2Fpush-css-action","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fprojectwallace%2Fpush-css-action","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprojectwallace%2Fpush-css-action/lists"}