Releases: adrianjost/actions-surge.sh-teardown
Releases · adrianjost/actions-surge.sh-teardown
Release list
v1.0.4
v1.0.3
fix: informations were not extracted correctly so the timestamp and other meta informations were not shown correctly in the logs
v1.0.2
- fix dryrun false positive detection.
- Before:
- all values that will be evaluated to true by JS where detected as true
- After:
- only the values
true,"true",1and"1"will be detected as true
- only the values
- Before:
v1.0.1
just updated the action name
v1.0.0
The initial release. Feel free to test and report all issues you can find.