mirror of
https://github.com/serhii-londar/open-source-mac-os-apps.git
synced 2024-11-21 23:20:22 +00:00
CI Fix
This commit is contained in:
parent
48b6881180
commit
442329d299
1 changed files with 2 additions and 2 deletions
4
.github/deploy.sh
vendored
4
.github/deploy.sh
vendored
|
@ -8,7 +8,7 @@ then
|
|||
exit
|
||||
fi
|
||||
|
||||
git checkout master
|
||||
git checkout readme-generation
|
||||
|
||||
git config user.name "serhii-londar"
|
||||
git config user.email "serhii.londar@gmail.com"
|
||||
|
@ -20,4 +20,4 @@ echo commit
|
|||
git commit -m "Generate README"
|
||||
|
||||
echo push
|
||||
git push --quiet "https://${DANGER_GITHUB_API_TOKEN}@github.com/serhii-londar/open-source-mac-os-apps.git" master:master > /dev/null 2>&1
|
||||
git push --quiet "https://${DANGER_GITHUB_API_TOKEN}@github.com/serhii-londar/open-source-mac-os-apps.git" readme-generation:readme-generation > /dev/null 2>&1
|
||||
|
|
Loading…
Reference in a new issue