Skip to content

Commit

Permalink
add spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
emmyoop committed Aug 11, 2023
1 parent 4b07224 commit f81d602
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/open_issues.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f81d602

Please sign in to comment.