From 04cafdbb8c4524f49828c7c878045be48d7b34c8 Mon Sep 17 00:00:00 2001
From: Matthew Baggett <matthew@baggett.me>
Date: Sat, 18 May 2024 19:59:50 +0200
Subject: [PATCH] To the tune of "shots": Tests, Tests, Tests, Tests, Tests!

---
 .gitignore | 3 ++-
 action.yml | 3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/.gitignore b/.gitignore
index 723ef36..571d92f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
-.idea
\ No newline at end of file
+/.idea
+/.secrets
\ No newline at end of file
diff --git a/action.yml b/action.yml
index 8310acd..3739b6a 100644
--- a/action.yml
+++ b/action.yml
@@ -7,7 +7,8 @@ branding:
 runs:
   using: "composite"
   steps:
-    - id: date
+    - name: "Export Date and Time"
+      id: date
       shell: bash
       run: |
         for var in datetime date time atom atom_with_millis; do