Skip to content

Update from https://github.com/X4BNet/lists_searchengine/commit/3fb7f… #171

Update from https://github.com/X4BNet/lists_searchengine/commit/3fb7f…

Update from https://github.com/X4BNet/lists_searchengine/commit/3fb7f… #171

name: "Update X4B: Google"
on:
push:
paths:
- 'outputs/google.txt'
branches:
- main
workflow_dispatch:
jobs:
commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Push IPv4 to processing repository
uses: X4BNet/copy_file_to_another_repo_action@main
env:
API_TOKEN_GITHUB: ${{ secrets.MY_GITHUB_TOKEN }}
with:
source_file: 'outputs/google.txt'
destination_repo: 'X4Bnet/cfg_lists'
destination_folder: '/input/'
rename: google.list
user_email: 'automated@x4b.net'
user_name: 'listbuilder'
destination_branch: "main"