From 365d29c1432ba71b6ad7e923b8b2403c1291021f Mon Sep 17 00:00:00 2001 From: Constantine Nathanson <35217733+const-cloudinary@users.noreply.github.com> Date: Sun, 7 Apr 2024 21:29:43 +0300 Subject: [PATCH] Update deploy_a_b_test.yaml --- .github/workflows/deploy_a_b_test.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/deploy_a_b_test.yaml b/.github/workflows/deploy_a_b_test.yaml index 9f0ebb8..666483c 100644 --- a/.github/workflows/deploy_a_b_test.yaml +++ b/.github/workflows/deploy_a_b_test.yaml @@ -1,6 +1,6 @@ # This is a basic workflow to help you get started with Actions -name: CI +name: Deploy A/B test # Controls when the workflow will run on: @@ -28,6 +28,8 @@ jobs: # Runs a single command using the runners shell - name: Run a one-line script run: echo Hello, world! + - name: Branch name + run: echo running on branch ${GITHUB_REF##*/} # Runs a set of commands using the runners shell - name: Run a multi-line script