File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 11# ShellJS Exec Proxy
22
3- [ ![ Build Status] ( https://img.shields.io/endpoint.svg?url=https%3A%2F%2Factions-badge.atrox.dev%2Fnfischer%2Fshelljs-exec-proxy%2Fbadge%3Fref%3Dmaster &style=flat-square )] ( https://actions-badge.atrox.dev/nfischer/shelljs-exec-proxy/goto?ref=master )
3+ [ ![ Build Status] ( https://img.shields.io/endpoint.svg?url=https%3A%2F%2Factions-badge.atrox.dev%2Fnfischer%2Fshelljs-exec-proxy%2Fbadge%3Fref%3Dmain &style=flat-square )] ( https://actions-badge.atrox.dev/nfischer/shelljs-exec-proxy/goto?ref=main )
44[ ![ Codecov] ( https://img.shields.io/codecov/c/github/nfischer/shelljs-exec-proxy.svg?style=flat-square )] ( https://codecov.io/gh/nfischer/shelljs-exec-proxy )
55[ ![ npm] ( https://img.shields.io/npm/v/shelljs-exec-proxy.svg?style=flat-square )] ( https://www.npmjs.com/package/shelljs-exec-proxy )
66[ ![ npm downloads] ( https://img.shields.io/npm/dm/shelljs-exec-proxy.svg?style=flat-square )] ( https://www.npmjs.com/package/shelljs-exec-proxy )
@@ -33,7 +33,7 @@ const shell = require('shelljs-exec-proxy');
3333shell .git .status ();
3434shell .git .add (' .' );
3535shell .git .commit (' -am' , ' Fixed issue #1' );
36- shell .git .push (' origin' , ' master ' );
36+ shell .git .push (' origin' , ' main ' );
3737```
3838
3939## Security improvements
You can’t perform that action at this time.
0 commit comments