Skip to content

Commit

Permalink
Move github-helper script to new gh-helpers (#485)
Browse files Browse the repository at this point in the history
  • Loading branch information
extremeheat committed Mar 9, 2024
1 parent ab93d0d commit 914ed68
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 62 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,7 +1,7 @@
// Automatic version update checker for Minecraft bedrock edition.
const fs = require('fs')
const cp = require('child_process')
const helper = require('./github-helper')
const helper = require('gh-helpers')
const latestVesionEndpoint = 'https://itunes.apple.com/lookup?bundleId=com.mojang.minecraftpe&time=' + Date.now()
const changelogURL = 'https://feedback.minecraft.net/hc/en-us/sections/360001186971-Release-Changelogs'

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/update-helper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ jobs:
uses: actions/setup-node@master
with:
node-version: 18.0.0
- name: Install Github Actions toolkit
run: npm i @actions/github
- name: Install Github Actions helper
run: npm i gh-helpers
# The env vars contain the relevant trigger information, so we don't need to pass it
- name: Runs helper
run: cd .github/helper-bot && node index.js
Expand Down

0 comments on commit 914ed68

Please sign in to comment.