{"id":13473989,"url":"https://github.com/devblackops/psake-github-action","last_synced_at":"2025-05-16T05:31:59.607Z","repository":{"id":65159514,"uuid":"161124849","full_name":"devblackops/psake-github-action","owner":"devblackops","description":"GitHub Action to execute psake tasks","archived":false,"fork":false,"pushed_at":"2019-08-20T05:57:16.000Z","size":15,"stargazers_count":12,"open_issues_count":0,"forks_count":3,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-10-30T06:33:51.385Z","etag":null,"topics":["github-actions","powershell","psake"],"latest_commit_sha":null,"homepage":"","language":"PowerShell","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/devblackops.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"devblackops","patreon":"devblackops"}},"created_at":"2018-12-10T06:01:19.000Z","updated_at":"2023-05-12T20:54:56.000Z","dependencies_parsed_at":"2023-01-12T14:31:15.707Z","dependency_job_id":null,"html_url":"https://github.com/devblackops/psake-github-action","commit_stats":null,"previous_names":["devblackops/psake-github-actions"],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devblackops%2Fpsake-github-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devblackops%2Fpsake-github-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devblackops%2Fpsake-github-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devblackops%2Fpsake-github-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/devblackops","download_url":"https://codeload.github.com/devblackops/psake-github-action/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254474427,"owners_count":22077278,"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":["github-actions","powershell","psake"],"created_at":"2024-07-31T16:01:08.615Z","updated_at":"2025-05-16T05:31:59.301Z","avatar_url":"https://github.com/devblackops.png","language":"PowerShell","funding_links":["https://github.com/sponsors/devblackops","https://patreon.com/devblackops"],"categories":["Community Resources","PowerShell"],"sub_categories":["Utility"],"readme":"# psake GitHub Action\n\nThis official psake [GitHub Action](https://github.com/features/actions) allow you to run [psake](https://github.com/psake/psake) tasks as part of your GitHub workflow.\n\n## Actions\n\n### Task\n\nRuns one or more psake tasks defined in a `psakeFile.ps1` in the root of the repository.\nThe file containing your psake tasks can be overridden via environment variables.\n\n## Success Criteria\n\nThis action succeeds if the `psake` task(s) complete without error.\n\n## Usage\n\n```hcl\naction \"psake test\" {\n    # Replace \u003clatest tag\u003e with the latest tag from\n    # https://github.com/devblackops/psake-github-action/releases\n    uses = \"devblackops/psake-github-action@\u003clatest tag\u003e\"\n\n    # If you need to change the default psakeFile name, PSDepend requirements file,\n    # or skip requirements installation entirely, specify here.\n    # See Environment Variables below for details.\n    env = {\n        PSAKE_FILE = \"./psakeFile.ps1\"\n    }\n\n    # The psake task(s) to execute\n    args = [\"Test\"]\n}\n```\n\n## Environment Variables\n\n| Name | Default | Description |\n|------|---------|-------------|\n| PSAKE_FILE     | \"./psakeFile.ps1\"     | The default psake task file to execute\n| PSDEPEND_FILE  | \"./requirements.psd1\" | The default PSDepend file to install dependencies from\n| SKIP_REQS      | \"false\"               | Set to `\"true\"` to skip installing dependencies via `PSDepend`\n\n## Arguments\n\nArguments to the `Task` action determine what `psake` tasks to execute.\nBy default, `psake` will execute a task called `Default` that is defined in the psakeFile.\n\nExecute the `test` psake task.\n\n```hcl\naction \"psake test\" {\n    ...\n    args = [\"Test\"]\n}\n```\n\nExecute the `init`, `build`, and `test` psake tasks.\n\n```hcl\naction \"psake test\" {\n    ...\n    args = [\"init, build, test\"]\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevblackops%2Fpsake-github-action","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdevblackops%2Fpsake-github-action","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevblackops%2Fpsake-github-action/lists"}