Skip to content

Commit

Permalink
test ci
Browse files Browse the repository at this point in the history
  • Loading branch information
CODeRUS committed Aug 31, 2024
1 parent 2a3d1b4 commit 3176185
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/make_patch.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: Make Patch

on: pull_request
on:
pull_request:
branches:
- master

jobs:
make_patch:
Expand All @@ -23,12 +26,10 @@ jobs:
name: ${{ github.head_ref }}
path: .github/patch_data

- name: Comment artifact url
uses: actions/github-script@v3
- uses: actions/github-script@v6
with:
github-token: ${{secrets.GITHUB_TOKEN}}
script: |
github.issues.createComment({
github.rest.issues.createComment({
issue_number: context.issue.number,
owner: context.repo.owner,
repo: context.repo.repo,
Expand Down

0 comments on commit 3176185

Please sign in to comment.