diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index b2f384ec5..ec59ee7a1 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -7,5 +7,5 @@ jobs: echo: runs-on: ubuntu-latest steps: - - name: get git version - run: echo {branch} \ No newline at end of file + - name: get git current branch + run: git branch --show-current \ No newline at end of file