mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2026-04-04 23:07:56 +10:00
add github push code to builder CI actions
This commit is contained in:
15
.github/workflows/homebrew.yml
vendored
15
.github/workflows/homebrew.yml
vendored
@@ -30,4 +30,19 @@ jobs:
|
||||
archivebox version
|
||||
archivebox status
|
||||
|
||||
# - name: Commit files
|
||||
# run: |
|
||||
# cd brew_dist/
|
||||
# git config --local user.email "action@github.com"
|
||||
# git config --local user.name "GitHub Action"
|
||||
# git commit -m "Homebrew package autobuild" -a
|
||||
|
||||
# - name: Push changes
|
||||
# uses: ad-m/github-push-action@master
|
||||
# with:
|
||||
# github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
# repository: ArchiveBox/homebrew-archivebox
|
||||
# branch: ${{ github.ref }}
|
||||
# directory: brew_dist
|
||||
|
||||
# TODO: push bottle to Github and open homebrew core PR with latest changes
|
||||
|
||||
Reference in New Issue
Block a user