Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/marcusfelling/vs-code-snippets-for-github-actions
VS Code snippets for authoring GitHub Actions workflow files.
https://github.com/marcusfelling/vs-code-snippets-for-github-actions
Last synced: 22 days ago
JSON representation
VS Code snippets for authoring GitHub Actions workflow files.
- Host: GitHub
- URL: https://github.com/marcusfelling/vs-code-snippets-for-github-actions
- Owner: MarcusFelling
- License: mit
- Created: 2024-07-08T20:03:34.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-07-09T16:34:58.000Z (4 months ago)
- Last Synced: 2024-07-10T02:38:32.002Z (4 months ago)
- Homepage: https://marketplace.visualstudio.com/items?itemName=MFelling.vs-code-snippets-for-github-actions
- Size: 182 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# VS Code Snippets for GitHub Actions
VS Code snippets for authoring GitHub Actions workflow files.
## 💡 Features
Includes snippets to peform the following:
- Insert Secret
- Insert Environment Variable
- Insert Variable
- Insert Job
- Dump GitHub Context for troubleshooting
- Reference Reusable Workflow## 📃 Docs
- VS Code Snippets: [https://code.visualstudio.com/docs/editor/userdefinedsnippets](https://code.visualstudio.com/docs/editor/userdefinedsnippets)
## 🚚 Release Notes
### 0.0.4
Initial release
---