mirror of
https://github.com/actions/deploy-pages.git
synced 2026-03-30 18:14:52 +00:00
Don't call the telemetry pre-hook entrypoint
This commit is contained in:
@@ -3,7 +3,6 @@ description: 'A GitHub Action to deploy an artifact to GitHub Pages'
|
||||
runs:
|
||||
using: 'node16'
|
||||
main: 'dist/index.js'
|
||||
pre: 'pre/index.js'
|
||||
inputs:
|
||||
token:
|
||||
description: 'GitHub token'
|
||||
|
||||
Reference in New Issue
Block a user