Skip to content

mujx/nvim-actions-sha

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

nvim-actions-sha

Very simple plugin to replace branches or tags on Github actions with their respective SHAs.

How to use

Create a visual selection of the text of the Github action you want to update and run :ReplaceWithSha.

Config

With lazy.nvim

{
    "mujx/nvim-actions-sha",
    config = function()
        require('nvim-actions-sha').setup()
    end
}

The plugin requires curl and jq installed.

About

Replace GitHub action refs with their commit shas

Topics

Resources

License

Stars

Watchers

Forks

Languages