You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
title: Draft and send Quarterly Report for ${{steps.set_output.outputs.month}}
27
-
body: |
28
-
## To-Do
29
-
30
-
- [ ] Pull in information from Metabase and Hubspot
31
-
- [ ] Draft report in Google Doc
32
-
- [ ] Review from @AnthonyRollins and @o-ram
33
-
- [ ] Send for design to Colleen
34
-
pinned: false
35
-
close-previous: false
36
22
env:
37
-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
23
+
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
24
+
# The `--body-file -` option below uses the multiline content from stdin for the body.
25
+
# See: https://github.com/cli/cli/issues/595
26
+
run: |
27
+
echo -e "## To-Do\n\n- [ ] Pull in information from Metabase and HubSpot\n- [ ] Draft report in Google Doc\n- [ ] Review from @AnthonyRollins and @o-ram\n- [ ] Send for design to Colleen" | \
28
+
gh issue create \
29
+
--title "Draft and send Quarterly Report for ${{ steps.set_output.outputs.month }}" \
0 commit comments