Skip to content

Commit

Permalink
Update workflows.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
codycooperross authored Jul 23, 2024
1 parent 4843a91 commit 25f2257
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/workflows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ jobs:
permissions:
issues: write
steps:
- run: gh issue transfer "$NUMBER" datacite/product-suggestions-triage
- run: gh issue transfer "$ISSUE" datacite/product-suggestions-triage
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
GH_REPO: ${{ github.repository }}
NUMBER: ${{ github.event.issue.number }}
ISSUE: ${{ github.event.issue.html_url }}

0 comments on commit 25f2257

Please sign in to comment.