init-alt-env/action.yml

12 lines
300 B
YAML
Raw Permalink Normal View History

2024-04-10 16:59:23 +03:00
# action.yml
name: 'Init Alt Environment'
description: 'Update and install package manager'
runs:
using: 'composite'
steps:
- name: Update and install apt rpm
run: |
echo "apt-get update -y && apt-get install -y apt rpm"
apt-get update -y && apt-get install -y apt rpm