Update main.yml

This commit is contained in:
2023-10-31 10:46:02 -04:00
committed by GitHub
parent a8da095bae
commit 7d8320b40e

View File

@@ -21,11 +21,13 @@ jobs:
# Set an output parameter `uname` for use in subsequent steps
run: |
uname -a
apt-get update
apt install -y docker.io
docker ps
docker run nixos/nix ls -la
#apt-get update
#apt install -y docker.io
#docker ps
#docker run nixos/nix ls -la
echo ::set-output name=uname::$(uname -a)
echo ::set-output name=ls::$(ls -la)
- name: Get the output
# Echo the `uname` output parameter from the `runcmd` step