Remove the support for older dynamic jekyll workflows

The pages dynamic workflow now decouples telemetry from deploy for 100%
of users, so we can remove this old conditional.
This commit is contained in:
Jess Bees
2022-04-04 16:12:33 -04:00
parent eaf36f48c9
commit 62c650c70d
4 changed files with 4 additions and 9 deletions

View File

@@ -7,6 +7,7 @@ inputs:
emit_telemetry:
description: 'Should this action only emit build telemetry instead of deploying the build artifact?'
required: false
default: "false"
token:
description: 'GitHub token'
default: ${{ github.token }}