mirror of
https://github.com/daveallie/crosspoint-reader.git
synced 2026-02-05 07:07:38 +03:00
try github-script v8
This commit is contained in:
parent
ce204d1a8f
commit
7f08cc3667
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -101,7 +101,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Comment PR with firmware stats and firmware.bin
|
- name: Comment PR with firmware stats and firmware.bin
|
||||||
if: github.event_name == 'pull_request'
|
if: github.event_name == 'pull_request'
|
||||||
uses: actions/github-script@v7
|
uses: actions/github-script@v8
|
||||||
with:
|
with:
|
||||||
script: |
|
script: |
|
||||||
const marker = '<!-- firmware-stats -->';
|
const marker = '<!-- firmware-stats -->';
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user