Skip to content

Commit

Permalink
okay I'll fix this later
Browse files Browse the repository at this point in the history
  • Loading branch information
NotNite committed Sep 30, 2024
1 parent f2091be commit c4c9011
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,21 +56,3 @@ jobs:
with:
name: asars
path: ${{ github.workspace }}/work/changed/*.asar

- name: Post state
uses: actions/github-script@v6
with:
script: |
const fs = require('fs')
const path = '${{ github.workspace }}/work/state.md'
if (fs.existsSync(path)) {
const content = fs.readFileSync(path, 'utf8')
if (content.trim().length > 0) {
github.rest.issues.createComment({
issue_number: context.issue.number,
owner: context.repo.owner,
repo: context.repo.repo,
body: content
})
}
}

0 comments on commit c4c9011

Please sign in to comment.