Merge pull request #8583 from issyl0/pr-publish-github-missing-require

utils/github: Fix 'uninitialized constant Utils::Shell'
This commit is contained in:
Issy Long 2020-09-03 11:16:43 +01:00 committed by GitHub
commit ef1181cd0d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,6 +3,7 @@
require "tempfile"
require "uri"
require "utils/github/actions"
require "utils/shell"
# Helper functions for interacting with the GitHub API.
#