Skip to content

Commit c7d9d39

Browse files
committed
chore(workflow): ensure newline at end of file in auto-assign-project-to-issue.yml
1 parent c4e839d commit c7d9d39

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

workflow-templates/auto-assign-project-to-issue.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ jobs:
2020
ISSUE_TITLE: ${{ github.event.issue.title }}
2121
run: |
2222
echo "▶ Triggered by issue #${{ github.event.issue.number }}: $ISSUE_TITLE"
23-
echo "▶ Added to Project #${{ vars.PROJECT }} (beta)"
23+
echo "▶ Added to Project #${{ vars.PROJECT }} (beta)"

0 commit comments

Comments
 (0)