From eb0a41abf60f45d4abb2370ab31c173f82265f62 Mon Sep 17 00:00:00 2001 From: Sergey Kirichenko Date: Mon, 21 Oct 2024 16:42:12 +0300 Subject: [PATCH] Action test branch name --- .github/workflows/github-actions-demo.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/github-actions-demo.yml b/.github/workflows/github-actions-demo.yml index da89b15..d985cf8 100644 --- a/.github/workflows/github-actions-demo.yml +++ b/.github/workflows/github-actions-demo.yml @@ -15,4 +15,7 @@ jobs: run: | ls ${{ github.workspace }} - run: echo "🍏 This job's status is ${{ job.status }}." - \ No newline at end of file + + - name: Check branch + run: | + echo ${{ steps.extract_branch.outputs.branch }} \ No newline at end of file