From 8a21997bc405ff9dcedfb73e66e6cfd664c8f023 Mon Sep 17 00:00:00 2001 From: Nick Alteen Date: Thu, 2 Jan 2025 13:03:59 -0500 Subject: [PATCH] add example --- .env.example | 1 + 1 file changed, 1 insertion(+) diff --git a/.env.example b/.env.example index fa18bd1b8..9a7bec84a 100644 --- a/.env.example +++ b/.env.example @@ -10,6 +10,7 @@ ACTIONS_STEP_DEBUG=true # GitHub Actions inputs should follow `INPUT_` format (case-sensitive). # Hyphens should not be converted to underscores! INPUT_MILLISECONDS=2400 +INPUT_MY-INPUT=mona # GitHub Actions default environment variables. These are set for every run of a # workflow and can be used in your actions. Setting the value here will override