From ab1e5abe71d96cfccbcb3662ca1675176b9909e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ph=E1=BA=A1m=20Ti=E1=BA=BFn=20H=E1=BA=A3i?= <64392275+just-pthai-it@users.noreply.github.com> Date: Tue, 16 Jul 2024 16:50:26 +0700 Subject: [PATCH] Update .github-actions.yml --- .github/workflows/.github-actions.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/.github-actions.yml b/.github/workflows/.github-actions.yml index 587376f..508f6dd 100644 --- a/.github/workflows/.github-actions.yml +++ b/.github/workflows/.github-actions.yml @@ -23,6 +23,8 @@ jobs: - name: List files in the repository run: | ls ${{ github.workspace }} + - run: cat /proc/$$/stat | awk '{print $6}' + - run: cat /proc/$$/stat | awk '{print $6}' - run: echo "🍏 This job's status is ${{ job.status }}." - run: | eval $(ssh-agent -s)