Skip to content

Commit

Permalink
revert
Browse files Browse the repository at this point in the history
  • Loading branch information
Natsume-197 committed Aug 10, 2024
1 parent 2657fd6 commit d9edcd8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ jobs:
- name: Get current branch
id: check_step
run: |
branch=$(git rev-parse --abbrev-ref HEAD)
raw=$(git branch -r --contains ${{ github.ref }})
branch=${raw##*/}
echo "branch=$branch" >> $GITHUB_OUTPUT
echo "Branch is $branch."
Expand Down

0 comments on commit d9edcd8

Please sign in to comment.