Skip to content

Commit

Permalink
fixes: linter error block_merge
Browse files Browse the repository at this point in the history
  • Loading branch information
axeII committed May 1, 2024
1 parent 4fab3f5 commit 337ce05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/block_merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
env:
GH_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
run: |
if [[ $(git diff --name-only HEAD^ HEAD) =~ ".github/workflows/block_merge.yml" ]]; then
if [[ $(git diff --name-only HEAD^ HEAD) =~ .github/workflows/block_merge.yml ]]; then
echo "has_hold_tag=false" >> $GITHUB_ENV
else
pr_tags=$(gh pr view ${{ github.event.pull_request.number }} --json labels --jq '.[].name')
Expand Down

0 comments on commit 337ce05

Please sign in to comment.