Skip to content

Commit

Permalink
Update create-issue-branch.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dconnolly-sfdc authored Aug 16, 2024
1 parent b82eda1 commit 1d269cf
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions .github/workflows/create-issue-branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,9 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Get Issue Description
id: get_issue_description
uses: actions/github-script@v6
with:
script: |
echo "print issue description"
const issue = await github.issues.get({
issue_number: issue_number
});
echo issue.data.body;
run: |
echo "Issue title: ${{ github.event.issue.title }}"
echo "Issue body: ${{ github.event.issue.body }}"
- name: Create new file from template
id: create_new_file
run: |
Expand Down

0 comments on commit 1d269cf

Please sign in to comment.