/
githubmirror
/
slo-tests
Обзор
Документация
Войти
/
githubmirror
/
slo-tests
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
src/post.ts
8 строк
205 B
Ilya Shevchenko
fix: action post run bugfix
29 май 2023, 14:45
29 май 2023, 14:45
4c8b9a5
Код
Авторство
О чём код?
import * as core from '@actions/core' import {call} from './callExecutables' core.info('Cleanup') core.debug('Remove .kube dir') call('rm -rf ~/.kube') core.debug('Remove .aws dir') call('rm -rf ~/.aws')