mirror of
https://github.com/actions/deploy-pages.git
synced 2026-04-04 00:32:10 +00:00
Rename 'functions' directory to 'internal'
This commit is contained in:
@@ -4,8 +4,8 @@
|
||||
|
||||
const core = require('@actions/core')
|
||||
|
||||
const { Deployment } = require('./functions/deployment')
|
||||
const getContext = require('./functions/context')
|
||||
const { Deployment } = require('./internal/deployment')
|
||||
const getContext = require('./internal/context')
|
||||
|
||||
const deployment = new Deployment()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user