Skip to content

Commit

Permalink
test shift issue after creating
Browse files Browse the repository at this point in the history
  • Loading branch information
ahms5 committed Apr 10, 2024
1 parent eb8f43c commit 09bffe6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/create_issue_if_coockiecutter.yml
Expand Up @@ -21,5 +21,9 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
filename: .github/COOKIECUTTER_ISSUE_TEMPLATE.md
- uses: lando/transfer-issue-action@v2
with:
token: ${{ steps.create-issue.outputs.number }}
router: pyfar:cookiecutter-pypackage
- run: 'echo Created issue number ${{ steps.create-issue.outputs.number }}'
- run: 'echo Created ${{ steps.create-issue.outputs.url }}'

0 comments on commit 09bffe6

Please sign in to comment.