Skip to content

Commit

Permalink
fix the condition
Browse files Browse the repository at this point in the history
  • Loading branch information
chouetz committed Dec 3, 2024
1 parent 43470f9 commit e2bc8f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/assign_issue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
if [ "${{ github.event_name }}" == "pull_request" ]; then
if [[ "${{ github.event_name }}" == "pull_request" ]]; then
ISSUE=31657
DRY_RUN="-d"
else
Expand Down

0 comments on commit e2bc8f9

Please sign in to comment.