printing action's value of variables
This commit is contained in:
parent
1ecb598fd8
commit
408071919b
1 changed files with 4 additions and 0 deletions
4
.github/workflows/build.yaml
vendored
4
.github/workflows/build.yaml
vendored
|
@ -19,6 +19,10 @@ jobs:
|
|||
options: --privileged
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- name: print variable
|
||||
run: |
|
||||
echo $name
|
||||
echo $release_name
|
||||
- name: Install Packages via Pacman
|
||||
run: pacman -Sy; pacman --noconfirm -S git archiso python python-pip
|
||||
- name: Install Python packages via pip
|
||||
|
|
Loading…
Add table
Reference in a new issue