add action
This commit is contained in:
commit
d75a9058a4
4
README.md
Normal file
4
README.md
Normal file
@ -0,0 +1,4 @@
|
||||
# Init Alt Environment
|
||||
|
||||
- use it to install other dependencies in your workflow later
|
||||
- it just update apt and rpm
|
11
action.yml
Normal file
11
action.yml
Normal file
@ -0,0 +1,11 @@
|
||||
# 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
|
||||
|
Loading…
Reference in New Issue
Block a user