From 38e586be7e7a2beeb1baecd33c73e8e4803fb2c6 Mon Sep 17 00:00:00 2001 From: Josh Kneubuhl Date: Thu, 10 Nov 2022 15:45:01 -0500 Subject: [PATCH] test build Signed-off-by: Josh Kneubuhl --- .github/workflows/github-actions-demo.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/github-actions-demo.yaml b/.github/workflows/github-actions-demo.yaml index 8a9c1ffd..1ccd4e15 100644 --- a/.github/workflows/github-actions-demo.yaml +++ b/.github/workflows/github-actions-demo.yaml @@ -15,4 +15,5 @@ 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