Skip to content

Commit

Permalink
Update update.py
Browse files Browse the repository at this point in the history
  • Loading branch information
britzl committed Oct 2, 2023
1 parent faf30eb commit e1612fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion update.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ def commit_changes(githubtoken):
# only commit if the diff isn't empty, ie there is a change
# https://stackoverflow.com/a/8123841/1266551
call("git diff-index --quiet HEAD || git commit -m 'Site changes [skip-ci]'")
call("git push 'https://%[email protected]/defold/awesome-defold.git' HEAD:master" % (githubtoken))
call("git push 'https://%[email protected]/defold/asset-portal.git' HEAD:master" % (githubtoken))


parser = ArgumentParser()
Expand Down

0 comments on commit e1612fa

Please sign in to comment.