Add github package

This commit is contained in:
Rachael Sewell
2019-08-03 18:33:01 -07:00
committed by GitHub
parent 3d98e5b2c8
commit 2deed772e5

View File

@@ -1,4 +1,5 @@
const core = require('@actions/core'); const core = require('@actions/core');
const github = require('@actions/core');
async function run() { async function run() {
try { try {