-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
action: prevent globbing with double quotes (#68)
* action: prevent globbing with double quotes This patch adds double quotes on variables to prevent globbing and prevent evaluation errors such as: line 1: [: =: unary operator expected It also add consistency on bash string equality comparison by using `==` operator instead of `=`. Signed-off-by: Luís Ferreira <[email protected]> * Update action.yml --------- Signed-off-by: Luís Ferreira <[email protected]> Co-authored-by: Rafael Cortês <[email protected]> Co-authored-by: Rafael Cortês <[email protected]>
- Loading branch information
1 parent
3b66437
commit 240c610
Showing
1 changed file
with
20 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters