diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index eb38716..ccbe813 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -10,4 +10,8 @@ jobs: - uses: actions/checkout@v2 - run: swift ./.github/main.swift - run: chmod +x ./.github/deploy.sh - - run: ./.github/deploy.sh + - run: git config user.name "serhii-londar" + - run: git config user.email "serhii.londar@gmail.com" + - run: git add README.md + - run: git commit -m "Generate README" + - run: git push --quiet "https://${API_TOKEN}@github.com/serhii-londar/open-source-mac-os-apps.git" master:master > /dev/null 2>&1