Skip to content

Commit

Permalink
fix : fix type (double hyphen)
Browse files Browse the repository at this point in the history
  • Loading branch information
su-giana committed Jan 13, 2024
1 parent 3581f56 commit 55327cc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/daily-scrum-issue-generator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ jobs:
- name: Create team sync issue
run: |
new_issue_url=$(gh issue create \
t "$TITLE" \
a "$ASSIGNEES" \
l "$LABELS" \
b "$BODY")
-t "$TITLE" \
-a "$ASSIGNEES" \
-l "$LABELS" \
-b "$BODY")
if [[ $PINNED == true ]]; then
gh issue pin "$new_issue_url"
fi
Expand Down

0 comments on commit 55327cc

Please sign in to comment.