diff --git a/.github/workflows/open_issues.yml b/.github/workflows/open_issues.yml index 76ff554c..47bf54fc 100644 --- a/.github/workflows/open_issues.yml +++ b/.github/workflows/open_issues.yml @@ -24,9 +24,9 @@ jobs: - name: Get issue title id: set_lines run: | - echo "first_line=### Link to the page on docs.getdbt.com requiring updates" >> $GITHUB_OUTPUT - echo "second_line=### What part(s) of the page would you like to see updated?" >> $GITHUB_OUTPUT - echo "third_line=### Additional information" >> $GITHUB_OUTPUT + echo "first_line=### Link to the page on docs.getdbt.com requiring updates " >> $GITHUB_OUTPUT + echo "second_line=### What part(s) of the page would you like to see updated? " >> $GITHUB_OUTPUT + echo "third_line=### Additional information " >> $GITHUB_OUTPUT - name: Set issue body id: set_body