Skip to content

Commit

Permalink
gfjh
Browse files Browse the repository at this point in the history
  • Loading branch information
zhendery committed Jan 2, 2025
1 parent 08eacd2 commit 065d7cc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,5 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Get branch name
run: echo "Branch name is ${GITHUB_REF##*/}"
run: echo "Branch name is ${{ github.ref_name }}"


0 comments on commit 065d7cc

Please sign in to comment.