Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ahms5 committed Apr 10, 2024
1 parent e9ffbcf commit 43bc054
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/create_issue_if_coockiecutter.yml
Expand Up @@ -4,6 +4,7 @@ on:
- master
- develop
- cookiecutter_create_issue
# on: [push]
name: Create issue if pr is merged with cookiecutter label
permissions:
contents: read
Expand All @@ -25,5 +26,5 @@ jobs:
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 }}'
- run: 'echo Created issue number ${{ steps.create-issue.outputs.number }}'
- run: 'echo Created ${{ steps.create-issue.outputs.url }}'

0 comments on commit 43bc054

Please sign in to comment.