To the tune of "shots": Tests, Tests, Tests, Tests, Tests!
This commit is contained in:
parent
b5a24f6ca0
commit
04cafdbb8c
2 changed files with 4 additions and 2 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -1 +1,2 @@
|
||||||
.idea
|
/.idea
|
||||||
|
/.secrets
|
|
@ -7,7 +7,8 @@ branding:
|
||||||
runs:
|
runs:
|
||||||
using: "composite"
|
using: "composite"
|
||||||
steps:
|
steps:
|
||||||
- id: date
|
- name: "Export Date and Time"
|
||||||
|
id: date
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
for var in datetime date time atom atom_with_millis; do
|
for var in datetime date time atom atom_with_millis; do
|
||||||
|
|
Loading…
Reference in a new issue