printing action's value of variables

This commit is contained in:
komeil Parseh 2023-01-26 17:57:45 +03:30
parent 1ecb598fd8
commit 408071919b
No known key found for this signature in database
GPG key ID: 1928AF673B1C4255

View file

@ -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