Skip to content

Commit

Permalink
Update first-time-pr.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Adammatthiesen authored Nov 22, 2024
1 parent 75cb07a commit 0ae134d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/first-time-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
steps:
- uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7
with:
github-token: ${{ secrets.STUDIOCMS_SERVICE_TOKEN }}
script: |
if (context.payload.pull_request.merged) {
const creator = context.payload.pull_request.user.login
Expand Down Expand Up @@ -60,4 +61,4 @@ jobs:
})
})
}
}
}

0 comments on commit 0ae134d

Please sign in to comment.