Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Wysocki committed Aug 9, 2024
1 parent 0e5ac20 commit 9519ce8
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions .github/workflows/pull_request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:

permissions:
contents: write
pull-requests: write

jobs:
check:
Expand All @@ -19,13 +20,7 @@ jobs:
name: 'tpay-magento2-basic'
path: './'

- uses: actions/github-script@v6
- uses: mshick/add-pr-comment@v2
with:
github-token: ${{ secrets.TOKEN }}
script: |
github.rest.issues.createComment({
issue_number: context.issue.number,
owner: context.repo.owner,
repo: context.repo.repo,
body: 'Tpay Magento2 plugin - ${{ steps.plugin-upload.outputs.artifact-url }}'
})
message: |
Tpay Magento2 plugin - ${{ steps.plugin-upload.outputs.artifact-url }}

0 comments on commit 9519ce8

Please sign in to comment.