Skip to content

Sync master back to dev.#92

Merged
awalsh128 merged 3 commits intodevfrom
master
Feb 4, 2023
Merged

Sync master back to dev.#92
awalsh128 merged 3 commits intodevfrom
master

Conversation

@awalsh128
Copy link
Copy Markdown
Owner

No description provided.

lihop and others added 3 commits January 16, 2023 19:29
Previously the if condition was always evaluating to a truthy string
(e.g. 'false == "true"' or 'true == "true"') as the string comparison
(`== 'true'`) was not inside the expression syntax (`${{ }}`) and thus
being treated as a string rather than being evaluated.
@awalsh128 awalsh128 merged commit 3fb25be into dev Feb 4, 2023
awalsh128 added a commit that referenced this pull request Feb 4, 2023
* Address block style package issue #84 #88

* Use cache key for upload artifact name #89.

* Sync master back to dev. (#92)

* Fix if condition for upload-logs step (#87)

Previously the if condition was always evaluating to a truthy string
(e.g. 'false == "true"' or 'true == "true"') as the string comparison
(`== 'true'`) was not inside the expression syntax (`${{ }}`) and thus
being treated as a string rather than being evaluated.

* Introduce a force update value for reloading cache #82

---------

Co-authored-by: Leroy Hopson <github@leroy.geek.nz>

---------

Co-authored-by: Leroy Hopson <github@leroy.geek.nz>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants