Very simple plugin to replace branches or tags on Github actions with their respective SHAs.
Create a visual selection of the text of the Github action you want to update and run :ReplaceWithSha
.
With lazy.nvim
{
"mujx/nvim-actions-sha",
config = function()
require('nvim-actions-sha').setup()
end
}
The plugin requires curl
and jq
installed.