Skip to content
This repository was archived by the owner on Mar 15, 2021. It is now read-only.

Commit 1ab0421

Browse files
committed
chore: add deprecation warning
Closes #20
1 parent 8e21a00 commit 1ab0421

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

index.js

+4
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ const ECHIDNA_SUCCESS_STATUS = 'success';
88
const ECHIDNA_FAILURE_STATUS = 'failure';
99

1010
(async function main() {
11+
core.warning(
12+
`The action "respec-w3c-auto-publish" has been deprecated in favor of the "spec-prod" action.` +
13+
` Please use spec-prod: https://github.com/w3c/spec-prod`,
14+
);
1115
process.env.PUPPETEER_SKIP_CHROMIUM_DOWNLOAD = '1';
1216
process.env.PUPPETEER_EXECUTABLE_PATH = '/usr/bin/google-chrome';
1317
await run('Install dependencies', installDependencies);

0 commit comments

Comments
 (0)