Skip to content

Commit

Permalink
try out separate script filefghhxghgfsfhgfjghfhg
Browse files Browse the repository at this point in the history
Signed-off-by: Sumu <[email protected]>
  • Loading branch information
sumupitchayan committed Oct 19, 2023
1 parent ff77bce commit b73fb1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/testingModeScript.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash
export testingMode="$1"

if ["$testingMode" = "false"]; then
if [["$testingMode" = "false"]]; then
echo labels="auto-approve" >> $GITHUB_OUTPUT
fi

Expand Down

0 comments on commit b73fb1e

Please sign in to comment.