From 1140e5382b45487453a7c6997459211323efbd8e Mon Sep 17 00:00:00 2001 From: Krishnadhas N K <108367225+githubofkrishnadhas@users.noreply.github.com> Date: Wed, 4 Dec 2024 15:40:11 +0530 Subject: [PATCH] Update first-github-rest-api-call.yaml --- .github/workflows/first-github-rest-api-call.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/first-github-rest-api-call.yaml b/.github/workflows/first-github-rest-api-call.yaml index 834fb73..0e6ae99 100644 --- a/.github/workflows/first-github-rest-api-call.yaml +++ b/.github/workflows/first-github-rest-api-call.yaml @@ -15,5 +15,8 @@ jobs: - name: branch name run: echo "${{ github.ref }} branch" + - name: branch names + run: + echo "${{ github.ref.name }} branch"