Wrap true in '' in repo-fork-sync
This commit is contained in:
parent
3f4a2aea2f
commit
ba324d85eb
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue