Skip to content

Commit

Permalink
Appease the linter
Browse files Browse the repository at this point in the history
  • Loading branch information
ncalteen committed Aug 22, 2024
1 parent 4ae4a8f commit 115a78c
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 15 deletions.
2 changes: 1 addition & 1 deletion __fixtures__/javascript-esm/no-import/.env.fixture
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
INPUT_MILLISECONDS=2400
ACTIONS_STEP_DEBUG=false
INPUT_MILLISECONDS=2400
2 changes: 1 addition & 1 deletion __fixtures__/javascript-esm/success/.env.fixture
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
INPUT_MILLISECONDS=2400
ACTIONS_STEP_DEBUG=false
INPUT_MILLISECONDS=2400
2 changes: 1 addition & 1 deletion __fixtures__/javascript/no-import/.env.fixture
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
INPUT_MILLISECONDS=2400
ACTIONS_STEP_DEBUG=false
INPUT_MILLISECONDS=2400
2 changes: 1 addition & 1 deletion __fixtures__/javascript/success/.env.fixture
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
INPUT_MILLISECONDS=2400
ACTIONS_STEP_DEBUG=false
INPUT_MILLISECONDS=2400
2 changes: 1 addition & 1 deletion __fixtures__/typescript-esm/no-import/.env.fixture
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
INPUT_MILLISECONDS=2400
ACTIONS_STEP_DEBUG=false
INPUT_MILLISECONDS=2400
2 changes: 1 addition & 1 deletion __fixtures__/typescript-esm/success/.env.fixture
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
INPUT_MILLISECONDS=2400
ACTIONS_STEP_DEBUG=false
INPUT_MILLISECONDS=2400
10 changes: 2 additions & 8 deletions __fixtures__/typescript/no-import/.env.fixture
Original file line number Diff line number Diff line change
@@ -1,8 +1,2 @@
# Do not commit your actual .env file to Git! This may contain secrets or other
# private information.

# GitHub Actions inputs should follow `INPUT_<name>` format (case-insensitive).
INPUT_milliseconds=2400

# Enable/disable step debug logs
ACTIONS_STEP_DEBUG=false
ACTIONS_STEP_DEBUG=false
INPUT_MILLISECONDS=2400
2 changes: 1 addition & 1 deletion __fixtures__/typescript/success/.env.fixture
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
INPUT_MILLISECONDS=2400
ACTIONS_STEP_DEBUG=false
INPUT_MILLISECONDS=2400

0 comments on commit 115a78c

Please sign in to comment.