Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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

---