From 368319658b2b64eaf8377e6a53611ad89e3cf041 Mon Sep 17 00:00:00 2001 From: "dth@taiga.ai" Date: Sun, 11 Jun 2023 21:15:53 +0200 Subject: [PATCH] :memo: print shell var ($0) --- .github/workflows/test_codespaces_install.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test_codespaces_install.yml b/.github/workflows/test_codespaces_install.yml index ce78fdd..05aebd9 100644 --- a/.github/workflows/test_codespaces_install.yml +++ b/.github/workflows/test_codespaces_install.yml @@ -18,3 +18,4 @@ jobs: - run: nvim --version - run: fzf --version - run: fish --version + - run: echo $0