From 1be942c989e44bf493fa01700f1324f43d83d9db Mon Sep 17 00:00:00 2001 From: Robert Sese Date: Fri, 3 Sep 2021 14:02:21 -0500 Subject: [PATCH] Fix directory path (#21309) --- .github/workflows/staging-deploy-pr-docker.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/staging-deploy-pr-docker.yml b/.github/workflows/staging-deploy-pr-docker.yml index 69a5671944..dd406c9b13 100644 --- a/.github/workflows/staging-deploy-pr-docker.yml +++ b/.github/workflows/staging-deploy-pr-docker.yml @@ -149,8 +149,8 @@ jobs: const esm = require('esm') require = esm({}) - const { default: createApp } = require('./scripts/create-app.js') - const { default: parsePrUrl } = require('./scripts/parse-pr-url.js') + const { default: createApp } = require('./script/create-app.js') + const { default: parsePrUrl } = require('./script/parse-pr-url.js') // This helper uses the `GITHUB_TOKEN` implicitly! // We're using our usual version of Octokit vs. the provided `github`