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 1764dd6 commit 1959dd0
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/make_patch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ on:
branches:
- master

permissions: write-all
permissions:
contents: write

jobs:
make_patch:
Expand All @@ -28,12 +29,8 @@ jobs:
name: ${{ github.head_ref }}
path: .github/patch_data

- name: View context attributes
- name: Comment artifact link
uses: actions/github-script@v7
with:
script: console.log(context)

- uses: actions/github-script@v7
with:
script: |
github.rest.issues.createComment({
Expand Down

0 comments on commit 1959dd0

Please sign in to comment.