Skip to content

Commit

Permalink
try AGAIN
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 7543dea commit b149b99
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
Expand Up @@ -2,7 +2,7 @@
export githubEvent="$1"
export testingMode=$2

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

Expand Down

0 comments on commit b149b99

Please sign in to comment.