mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-07-23 16:04:46 -07:00
Merge branch 'main' into develop
This commit is contained in:
@@ -33,7 +33,8 @@ jobs:
|
||||
fi
|
||||
|
||||
echo "Run quick? = '$quick'"
|
||||
|
||||
# suppresses the warning about the default branch being 'master' instead of 'main'.
|
||||
git config --global init.defaultBranch main
|
||||
env:
|
||||
version: ${{ github.event_name == 'schedule' && 'develop' || inputs.version }}
|
||||
quick: ${{ inputs.quick || false }}
|
||||
|
||||
Reference in New Issue
Block a user