otland / forgottenserver

A free and open-source MMORPG server emulator written in C++
https://otland.net
GNU General Public License v2.0
1.55k stars 1.04k forks source link

Workflow syntax fix introduced in #4721 #4723

Closed EvilHero90 closed 1 month ago

EvilHero90 commented 1 month ago

Pull Request Prelude

Changes Proposed

Fixes #4721 since it introduced syntax errors.

Issues addressed:

ranisalt commented 1 month ago

Weird af

When you use expressions in an if conditional, you can, optionally, omit the ${{ }} expression syntax because GitHub Actions automatically evaluates the if conditional as an expression.

ref

Or was it the quoting?

EvilHero90 commented 1 month ago

Weird af

When you use expressions in an if conditional, you can, optionally, omit the ${{ }} expression syntax because GitHub Actions automatically evaluates the if conditional as an expression.

ref

Or was it the quoting?

Could probably be the case, I just sticked to what was the most common I've found