Wrap true in '' in repo-fork-sync

This commit is contained in:
Tyler McGoffin 2024-10-18 09:34:13 -07:00
parent 3f4a2aea2f
commit ba324d85eb

View file

@ -18,7 +18,7 @@ sleep 5
# Check that the repo was forked
exec gh repo view $ORG/$SCRIPT_NAME-$RANDOM_STRING-fork --json='isFork' --jq='.isFork'
stdout true
stdout 'true'
# Modify original repo
cd $SCRIPT_NAME-$RANDOM_STRING