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

Commit

Permalink
chore: add deprecation warning
Browse files Browse the repository at this point in the history
Closes #20
  • Loading branch information
sidvishnoi committed Mar 15, 2021
1 parent 8e21a00 commit 1ab0421
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ const ECHIDNA_SUCCESS_STATUS = 'success';
const ECHIDNA_FAILURE_STATUS = 'failure';

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

0 comments on commit 1ab0421

Please sign in to comment.