-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path.env.example
More file actions
30 lines (24 loc) · 1.22 KB
/
Copy path.env.example
File metadata and controls
30 lines (24 loc) · 1.22 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# Do not commit your actual .env file — it may contain secrets.
# Copy this file to .env and fill in your values:
# cp .env.example .env
# Enable development mode for local runs.
DEVELOPMENT=true
# Enable step debug logging for local runs.
ACTIONS_STEP_DEBUG=true
################################################################################
# Action inputs
#
# GitHub maps action.yml inputs to INPUT_<NAME> (uppercase). Hyphens are kept —
# do NOT use underscores (INPUT_LCOV_FILE_PATHS will not work).
# See: https://docs.github.com/en/actions/creating-actions/metadata-syntax-for-github-actions#inputs
################################################################################
INPUT_LCOV-FILE-PATHS=coverage/lcov.info
# INPUT_REGION=eu
# INPUT_FAIL-ON-ERROR=true
################################################################################
# GitHub context (set automatically in CI; override here for local testing)
# https://docs.github.com/en/actions/learn-github-actions/variables#default-environment-variables
################################################################################
GITHUB_REPOSITORY=AikidoSec/code-coverage-github-action
GITHUB_SHA=0000000000000000000000000000000000000000
GITHUB_REF_NAME=main