cloudflare-docs/.github/actions/show-changed-files/package.json
Kian 53c75e4255
[Docs Site] Post Workers preview URL on PRs (#19670)
* [Docs Site] Post Workers preview URL on PRs

* fix var checks

* edit-last fails if no comment already exists

* token permissions

* fix permissions location

* jq raw output

* remove pages prod deploy

* update show-changed-files workflow

* Update .github/actions/show-changed-files/readme.md

Co-authored-by: Pedro Sousa <680496+pedrosousa@users.noreply.github.com>

---------

Co-authored-by: Pedro Sousa <680496+pedrosousa@users.noreply.github.com>
2025-02-05 20:04:01 +00:00

13 lines
258 B
JSON

{
"private": true,
"version": "0.0.0",
"name": "show-changed-files",
"devDependencies": {
"@actions/core": "1.11.1",
"@actions/github": "6.0.0",
"@types/node": "22.13.1",
"github-slugger": "2.0.0",
"tsx": "4.19.2",
"typescript": "5.7.3"
}
}