Skip to content

Commit

Permalink
Move github-helper script to new gh-helpers (#855)
Browse files Browse the repository at this point in the history
  • Loading branch information
extremeheat committed Mar 9, 2024
1 parent 97b1baf commit cee858b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 61 deletions.
59 changes: 0 additions & 59 deletions .github/helper-bot/github-helper.js

This file was deleted.

2 changes: 1 addition & 1 deletion .github/helper-bot/index.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
const fs = require('fs')
const cp = require('child_process')
const helper = require('./github-helper')
const helper = require('gh-helpers')
const pcManifestURL = 'https://launchermeta.mojang.com/mc/game/version_manifest.json'
const changelogURL = 'https://feedback.minecraft.net/hc/en-us/sections/360001186971-Release-Changelogs'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-helper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
with:
node-version: 18.0.0
- name: Install Github Actions toolkit
run: npm i @actions/github
run: npm i gh-helpers
working-directory: .github/helper-bot
# The env vars contain the relevant trigger information, so we don't need to pass it
- name: Runs helper
Expand Down

0 comments on commit cee858b

Please sign in to comment.