{"id":21969590,"url":"https://github.com/cinderblock/github-action-debug-list-files","last_synced_at":"2025-07-19T05:02:43.748Z","repository":{"id":42302180,"uuid":"232019197","full_name":"cinderblock/github-action-debug-list-files","owner":"cinderblock","description":"List (with diff) files in a working directory on action runner. Designed for debugging purposes.","archived":false,"fork":false,"pushed_at":"2023-01-05T04:55:02.000Z","size":4117,"stargazers_count":0,"open_issues_count":15,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-28T02:16:05.909Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/cinderblock.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}},"created_at":"2020-01-06T03:46:31.000Z","updated_at":"2020-10-12T02:24:55.000Z","dependencies_parsed_at":"2023-02-03T10:46:46.518Z","dependency_job_id":null,"html_url":"https://github.com/cinderblock/github-action-debug-list-files","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":"actions/typescript-action","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cinderblock%2Fgithub-action-debug-list-files","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cinderblock%2Fgithub-action-debug-list-files/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cinderblock%2Fgithub-action-debug-list-files/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cinderblock%2Fgithub-action-debug-list-files/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cinderblock","download_url":"https://codeload.github.com/cinderblock/github-action-debug-list-files/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245027780,"owners_count":20549385,"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-11-29T14:22:41.852Z","updated_at":"2025-03-22T22:27:16.320Z","avatar_url":"https://github.com/cinderblock.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"## GitHub Action Debug Helper - List Files\n\nList (with diff) files in a working directory on action runner. Designed for debugging purposes.\n\n[![cinderblock/github-action-debug-list-files status](https://github.com/cinderblock/github-action-debug-list-files/workflows/Main/badge.svg?branch=master)](https://github.com/cinderblock/github-action-debug-list-files/actions?query=branch%3Amaster)\n\n### Other Reporters\n\n- Test Reports:\n  [jest-stare](https://cinderblock.github.io/github-action-debug-list-files/jest-stare)\n  [jest-html-reporters](https://cinderblock.github.io/github-action-debug-list-files/jest-html-reporters)\n  [allure](https://cinderblock.github.io/github-action-debug-list-files/allure-report)\n- Coverage Report:\n  [lcov](https://cinderblock.github.io/github-action-debug-list-files/coverage/lcov-report)\n\n## How It Works\n\nPrints a list of files in the working directory and creates an artifact of the list\n\nSubsequent calls show a diff from previous calls as well.\n\n## Usage\n\nIn your GitHub Actions, add a config like this:\n\n```yml\njobs:\n  self-test-and-generate-stats:\n    runs-on: ubuntu-latest # Anything should work\n    steps:\n      - name: List Working Directory Contents\n        uses: cinderblock/github-action-debug-list-files@v1\n        working-directory: . # Optional\n        with:\n          name: . # Optional different \"named\" lists\n\n      # Make whatever changes you like\n      - run: date \u003e\u003e run.log\n\n      # Print and log a diff\n      - name: List Working Directory Contents\n        uses: cinderblock/github-action-debug-list-files@v1\n        working-directory: . # Should probably match previous run\n        with:\n          name: . # Set to something different to maintain multiple lists with separate diffs\n```\n\nMultiple concurrent working directories are supported.\n\n## Development\n\nSetup everything\n\n```bash\nnpm run all\n```\n\nRun the tests :heavy_check_mark:\n\n```bash\nnpm test\n\n PASS  ./main.js\n  ✓ throws invalid number (3ms)\n  ✓ wait 500 ms (504ms)\n  ✓ test runs (95ms)\n\n...\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcinderblock%2Fgithub-action-debug-list-files","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcinderblock%2Fgithub-action-debug-list-files","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcinderblock%2Fgithub-action-debug-list-files/lists"}