From 89734e69dbf28532da6e51026910cbefbf5e4387 Mon Sep 17 00:00:00 2001 From: Brendan Haines Date: Thu, 11 Jan 2024 00:16:47 -0700 Subject: [PATCH] Update .github/workflows/container_demo.yml --- .github/workflows/container_demo.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/container_demo.yml b/.github/workflows/container_demo.yml index 1279c90..548c5af 100644 --- a/.github/workflows/container_demo.yml +++ b/.github/workflows/container_demo.yml @@ -16,4 +16,4 @@ jobs: - name: List files in the repository run: | ls ${{ github.workspace }} - - run: echo "🍏 This job's status is ${{ job.status }}." \ No newline at end of file + - run: echo "🍏 This job's status is ${{ job.status }}." \ No newline at end of file