Skip to content

Commit 296140e

Browse files
committed
fixup! chore: add gyp-next updater
1 parent ecf8f20 commit 296140e

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/update-gyp-next.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ env:
1414

1515
jobs:
1616
update-gyp-next:
17-
# if: github.repository == 'nodejs/node' || github.event_name == 'workflow_dispatch'
1817
runs-on: ubuntu-latest
1918

2019
steps:

update-gyp.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,4 +66,6 @@ def safe_extract(tar, path=".", members=None, *, numeric_owner=False):
6666

6767
if not args.no_commit:
6868
subprocess.check_output(["git", "add", "gyp"], cwd=CHECKOUT_PATH)
69-
subprocess.check_output(["git", "commit", "-m", "feat(gyp): update gyp to " + args.tag])
69+
subprocess.check_output([
70+
"git", "commit", "-m", "feat(gyp): update gyp to " + args.tag
71+
])

0 commit comments

Comments
 (0)