From 161ca8dccd0eef6c1df482ee9063dc15cf1c8a40 Mon Sep 17 00:00:00 2001 From: Jose Costa Teixeira Date: Fri, 5 Apr 2024 12:33:59 +0100 Subject: [PATCH] fix script --- .github/workflows/ghbuild.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ghbuild.yml b/.github/workflows/ghbuild.yml index 124c6d89..f6ffc307 100644 --- a/.github/workflows/ghbuild.yml +++ b/.github/workflows/ghbuild.yml @@ -34,6 +34,8 @@ jobs: # Steps represent a sequence of tasks that will be executed as part of the job steps: + - name: Checkout code + uses: actions/checkout@v3 - name: Get branch name run: echo "BRANCH_NAME=${GITHUB_REF##*/}" >> $GITHUB_ENV