
vscode-github-actions/README.md at main · github/vscode …
README.md [Content_Types].xml jest.config.js package-lock.json package.json release-notes.txt tsconfig.json
Rename VSCode npm package because of malware taking up …
Apr 27, 2023 · Someone created a fake npm package using our official name here: https://www.npmjs.com/package/vscode-github-actions We get a console warning when we …
vscode-github-actions/package.json at main · github/vscode …
vscode-github-actions / package.json Cannot retrieve latest commit at this time.
vscode-github-actions /docs
npm workspaces are really meant for mono-repos, but we can use that feature here to link our various packages together so you can make changes to a package and immediately consume …
vscode-github-actions/docs/project-architecture.md at main · …
README.md [Content_Types].xml jest.config.js package-lock.json package.json release-notes.txt tsconfig.json
Document all steps for releasing a new version for the ... - GitHub
Apr 7, 2023 · ./update-package-locks.sh (script/workspace it will run npm install with the ignore workspace flag which will cause npm commands to modify the current repos package files)
vscode-github-actions/[Content_Types].xml at main · …
README.md [Content_Types].xml jest.config.js package-lock.json package.json release-notes.txt tsconfig.json
vscode-github-actions/CONTRIBUTING.md at main · github/vscode-github ...
README.md [Content_Types].xml jest.config.js package-lock.json package.json release-notes.txt tsconfig.json
vscode-github-actions/.github/workflows/publish.yml at main · …
- name: create a package.json that actions/upload will like run: | cp package.json package.json.real sed --regexp-extended '/"name"\s*:/ s#@ [a-zA-Z\\-]+/##' package.json.real …
"Unable to resolve action" for any action #433 - GitHub
Dec 15, 2024 · Every action in an .yml file gives an error Unable to resolve action "actions/checkout@v4", repository or version not found - even fundamental stuff like - uses ...